Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Rename variables from 'rank' to 'my_proc_id' in smpi_replay.cpp
[simgrid.git] / doc / doxygen / options.doc
index 43b618b..9fb3399 100644 (file)
@@ -654,7 +654,7 @@ the slowest to the most efficient:
  - \b ucontext: fast factory using System V contexts (Linux and FreeBSD only)
  - \b boost: This uses the [context implementation](http://www.boost.org/doc/libs/1_59_0/libs/context/doc/html/index.html)
    of the boost library for a performance that is comparable to our
-   raw implementation.\nInstall the relevant library (e.g. with the
+   raw implementation.\n Install the relevant library (e.g. with the
    libboost-contexts-dev package on Debian/Ubuntu) and recompile
    SimGrid. Note that our implementation is not compatible with recent
    implementations of the library, and it will be hard to fix this since
@@ -1010,9 +1010,9 @@ to choose between them.
 
   - <b>no</b> (default when not using smpirun): Do not automatically privatize variables.
     Pass \c -no-privatize to smpirun to disable this feature.
-  - <b>mmap</b> or <b>yes</b> (default when using smpirun):
+  - <b>dlopen</b> or <b>yes</b> (default when using smpirun): Link multiple times against the binary.
+  - <b>mmap</b> (slower, but maybe somewhat more stable):
     Runtime automatic switching of the data segments.
-  - <b>dlopen</b> (faster but less tested): Link multiple times against the binary.
 
 \warning
   This configuration option cannot be set in your platform file. You can only