Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gcapes/mpi-examples

Examples I used to learn how to use MPI with python
https://github.com/gcapes/mpi-examples

Last synced: 5 days ago
JSON representation

Examples I used to learn how to use MPI with python

Awesome Lists containing this project

README

        

# MPI examples in python
- Set up venv using the Pipfile
- Run examples using `mpi run -n 4 python `

These were by and large copied/adapted from:
- https://www.kth.se/blogs/pdc/2019/08/parallel-programming-in-python-mpi4py-part-1/
- https://www.kth.se/blogs/pdc/2019/11/parallel-programming-in-python-mpi4py-part-2/