X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d1049a71a96c2026dbe8cb9670af5a536246420a..409b6c7008f4666656cb9e49336319a33ecb90ed:/docs/source/app_smpi.rst diff --git a/docs/source/app_smpi.rst b/docs/source/app_smpi.rst index 1b140ecea5..048413c7ba 100644 --- a/docs/source/app_smpi.rst +++ b/docs/source/app_smpi.rst @@ -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.