Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gcapes/mpi-examples
- Owner: gcapes
- Created: 2024-03-26T14:16:38.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-18T15:01:10.000Z (10 months ago)
- Last Synced: 2024-04-18T16:55:59.272Z (10 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/