Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpitutorial/mpitutorial
MPI programming lessons in C and executable code examples
https://github.com/mpitutorial/mpitutorial
Last synced: 3 days ago
JSON representation
MPI programming lessons in C and executable code examples
- Host: GitHub
- URL: https://github.com/mpitutorial/mpitutorial
- Owner: mpitutorial
- License: other
- Created: 2012-11-29T04:53:19.000Z (about 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-08-14T22:45:34.000Z (6 months ago)
- Last Synced: 2025-01-15T20:12:36.680Z (17 days ago)
- Language: C
- Homepage: http://mpitutorial.com
- Size: 4.12 MB
- Stars: 2,222
- Watchers: 81
- Forks: 757
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
MPI Tutorial
============This is the static webpage and code for mpitutorial.com. View mpitutorial.com/about/ for guidelines on how to contribute tutorials, or feel free to open a pull request to fix any issues.
For those that simply wish to view MPI code examples without the site, browse the tutorials/*/code directories of the various tutorials. The tutorials/run.py script provides the ability to build and run all tutorial code.