X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/211fdf32da27a79f9fb61d4eb7c14279a2dfd6e8..b4231b0645214b4b40d6600de12a172f98ad45b2:/docs/source/app_smpi.rst diff --git a/docs/source/app_smpi.rst b/docs/source/app_smpi.rst index 1b140ecea5..31e8b43a8b 100644 --- a/docs/source/app_smpi.rst +++ b/docs/source/app_smpi.rst @@ -11,6 +11,7 @@ SMPI: Simulate MPI Applications window.onload=function() { // Wait for the SVG to be loaded before changing it var elem=document.querySelector("#TOC").contentDocument.getElementById("SMPIBox") elem.style="opacity:0.93999999;fill:#ff0000;fill-opacity:0.1"; + elem.style="opacity:0.93999999;fill:#ff0000;fill-opacity:0.1;stroke:#000000;stroke-width:0.35277778;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"; }
@@ -532,7 +533,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.