https://github.com/richmit/ex-mpi
MPI Example Code
https://github.com/richmit/ex-mpi
Last synced: over 1 year ago
JSON representation
MPI Example Code
- Host: GitHub
- URL: https://github.com/richmit/ex-mpi
- Owner: richmit
- Created: 2021-05-06T02:30:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T21:27:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T12:55:32.669Z (over 1 year ago)
- Language: C
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple example programs to get you started with the MPI (Message
Passing Interface) API commonly used for massively parallel, high
performance compute tasks.
You can read a bit more about these examples on my [home page](https://www.mitchr.me/SS/exampleCode/mpi.html).
Have fun!
-mitch