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: 12 months ago
JSON representation

MPI programming lessons in C and executable code examples

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.