Southampton-RSG-Training / dirac-intro-to-mpi

WIP: training material for DiRAC MPI course
https://southampton-rsg-training.github.io/dirac-intro-to-mpi/
Other
0 stars 0 forks source link

Some examples won’t compile #32

Closed steve-crouch closed 1 month ago

steve-crouch commented 1 month ago

Episode: All.

Some examples won’t compile, e.g. incorrect call to MPI_Abort() call in Non-blocking Communication, which is missing an MPI_COMM_WORLD). We should verify compilation of existing code examples.

steve-crouch commented 1 month ago

Reviewed all code examples (that can be tractably compiled), fixed any remaining issues with help from @Edward-RSE.