hpc-carpentry / hpc-parallel-novice

Introductory material on parallelization using python with a focus on HPC platforms
https://hpc-carpentry.github.io/hpc-parallel-novice
Other
2 stars 5 forks source link

Add some clarification/context to MPI code #13

Open ocaisa opened 3 years ago

ocaisa commented 3 years ago

We had a workshop yesterday and there were some questions about why things are done in a particular way for the MPI example

These kinds of lines in the example are done quite deliberately and point to some of the intricacies of MPI, we should probably make more effort to explain why we need to use them.

ocaisa commented 3 years ago

The example in general has massive overlap with https://carpentries-incubator.github.io/hpc-intro/16-parallel/index.html so we also need to figure out how to maintain the two without double the effort.