daleroberts / pypar

Efficient and scalable parallelism using the message passing interface (MPI) to handle big data and highly computational problems.
GNU General Public License v3.0
69 stars 15 forks source link

Python 2 discontinued #13

Open eduardobbgf opened 5 years ago

eduardobbgf commented 5 years ago

Is there any chance this library will be upgraded to python 3?

AnnaGabriela commented 5 years ago

I don't think so

AndreasGocht commented 5 years ago

Maybe mpi4py might help?

daleroberts commented 5 years ago

I would be happy to accept patches to upgrade this library to Python 3, otherwise I would recommend mpi4py.

eduardobbgf commented 5 years ago

I am trying to change from Pypar to mpi4py, however, I can't find a similar method to push_to_alloc and alloc_and_attach in mpi4py and both methods are not very well documented. Any suggestions?