Open lucas-ige opened 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.
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.
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.