uibcdf / Pynterpred_old

Python Interface Prediction
MIT License
1 stars 0 forks source link

Serialization and Parallelization with MPI4PY #1

Open dprada opened 6 years ago

dprada commented 6 years ago

Probably the best option to parallelize and distribute is mpi4py. This issue is opened to leave comments and lessons to be learned while this is implemented.

dprada commented 6 years ago

Other options as multiprocessing, phatos, multithreading... do not really work well for this. It could be useful to run in a single node with threads but this can also be covered with mpi4py.