diff --git a/docs/04-intro-to-mpi.md b/docs/04-intro-to-mpi.md index ea3b97d..f57e346 100644 --- a/docs/04-intro-to-mpi.md +++ b/docs/04-intro-to-mpi.md @@ -206,13 +206,20 @@ MPI_Barrier(`comm`{.input}) # Web resources -- List of MPI functions with detailed descriptions - -- Good online MPI tutorials - - +- List of MPI functions with detailed descriptions + - + - +- Good online MPI tutorials + - - - - + - +- MPI coding game in C
+ + +# Web resources + - MPI 4.0 standard -- MPI implementations - * OpenMPI - * MPICH +- MPI implementations + - OpenMPI + - MPICH + - Intel MPI