From: Millian Poquet Date: Tue, 14 May 2019 12:54:28 +0000 (+0200) Subject: [doc] fix links (URL, internal ref + duplication) X-Git-Tag: v3.22.4~127^2~22 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ee912b4ce9d830f95446d1bb1e926250b7592e6f?hp=03d6207246b4d88cee51d59cb9054f37a986f27b [doc] fix links (URL, internal ref + duplication) --- diff --git a/docs/source/app_smpi.rst b/docs/source/app_smpi.rst index e3e09a4ec5..bdd34119fc 100644 --- a/docs/source/app_smpi.rst +++ b/docs/source/app_smpi.rst @@ -169,7 +169,7 @@ means that the selected algorithm will be used MPI_Alltoall ^^^^^^^^^^^^ -Most of these are best described in `STAR-MPI `_. +Most of these are best described in `STAR-MPI's white paper `_. - default: naive one, by default - ompi: use openmpi selector for the alltoall operations @@ -532,7 +532,7 @@ privatized the globals through static analysis of the source code. But our implementation was not robust enough to be used in production, so it was removed at some point. Currently, SMPI comes with two privatization mechanisms that you can :ref:`select at runtime -`_. The dlopen approach is used by +`_. The dlopen approach is used by default as it is much faster and still very robust. The mmap approach is an older approach that proves to be slower.