ige-calcul / public-docs

Public resources
https://ige-calcul.github.io/public-docs/
Other
1 stars 0 forks source link

Add the MPMD-with-MPI tutorial. #37

Open lucas-ige opened 1 month ago

lucas-ige commented 1 month ago

This is a short tutorial on the very basics of using MPI for MPMD programming (i.e. running multiple and possibly distinct executables in a single MPI run, and exchanging information between these executables). This tutorial uses FORTRAN as the programming language for examples.

lucas-ige commented 1 month ago

Note that I am not sure whether the relative links to the FORTRAN example files will work in the rendered Jupyter Book.

lucas-ige commented 3 weeks ago

After discussion, it has been decided that this tutorial will be hosted in a separate GitHub repository, and that a link will be provided here. I will update this PR accordingly.