parallel processing - MPI support in Python -


i searching mpi support in python. found out mpi4py library exists message passing interface in python. since used program mpi in c language, want ask how close mpi4py mpi library in c? think slower? library exists in python?

thank you


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -