https://github.com/mpitutorial/mpitutorial
MPI programming lessons in C and executable code examples
https://github.com/mpitutorial/mpitutorial
Last synced: 12 months 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 (over 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-08-14T22:45:34.000Z (over 1 year ago)
- Last Synced: 2025-05-14T13:05:22.310Z (12 months ago)
- Language: C
- Homepage: http://mpitutorial.com
- Size: 4.12 MB
- Stars: 2,260
- Watchers: 79
- Forks: 762
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- StarryDivineSky - mpitutorial/mpitutorial
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.