scientificcomputing / mpi-tutorial

An MPI tutorial in Python
https://scientificcomputing.github.io/mpi-tutorial/
MIT License
5 stars 2 forks source link

add send-recv tutorial adapted from mpitutorial.com and ipython-parallel intro #6

Closed minrk closed 1 year ago

minrk commented 1 year ago

intro covering ipython-parallel and %%px and send-recv from mpitutorial.com.

I figure it makes sense to put

For now, I've copied ~no narrative content or explanation, only examples. I'm not sure how much to copy over / translate to Python vs just referring to the original.

I think it does make sense to include mpi4py-specific discussion of numpy arrays, buffers, etc.