From 1c2834314d9af7a240988fd626e8e9abdcf36b26 Mon Sep 17 00:00:00 2001 From: Jussi Enkovaara Date: Mon, 20 Sep 2021 09:27:15 +0300 Subject: [PATCH] Few more web resources --- docs/04-intro-to-mpi.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) 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