Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richmit/ex-mpi
MPI Example Code
https://github.com/richmit/ex-mpi
Last synced: about 2 months ago
JSON representation
MPI Example Code
- Host: GitHub
- URL: https://github.com/richmit/ex-mpi
- Owner: richmit
- Created: 2021-05-06T02:30:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T21:27:38.000Z (7 months ago)
- Last Synced: 2024-06-05T23:05:59.299Z (7 months 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