diff --git a/2-mpi.html b/2-mpi.html index c0eb7ef..4db9d84 100644 --- a/2-mpi.html +++ b/2-mpi.html @@ -398,7 +398,7 @@

Qu’est-ce que MPI?norme officielle (de MPI 1.0 en 1994 à -MPI 4.0 +MPI 4.1 depuis novembre 2023)

  • Hors norme, il existe des interfaces en d’autres langages (Python, R, Perl, Java)

    diff --git a/_sources/2-mpi.ipynb b/_sources/2-mpi.ipynb index 8ef7ebb..ea63505 100644 --- a/_sources/2-mpi.ipynb +++ b/_sources/2-mpi.ipynb @@ -21,7 +21,7 @@ " appeler à partir du Fortran, du C ou encore du C++\n", "* C'est une [norme officielle](https://www.mpi-forum.org/docs/)\n", " (de MPI 1.0 en 1994 à\n", - " [MPI 4.0](https://www.mpi-forum.org/docs/mpi-4.1/mpi41-report.pdf)\n", + " [MPI 4.1](https://www.mpi-forum.org/docs/mpi-4.1/mpi41-report.pdf)\n", " depuis novembre 2023)\n", "* Hors norme, il existe des interfaces en d'autres langages\n", " (Python, R, Perl, Java)\n",