X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f7608d26fe1501b8b9effc4a53344da32887364e..a4b8bdb07ccd8aa4c1ad1c8091d0a5dc0b8a5cf1:/doc/doxygen/options.doc diff --git a/doc/doxygen/options.doc b/doc/doxygen/options.doc index 43b618b6a5..9fb339929b 100644 --- a/doc/doxygen/options.doc +++ b/doc/doxygen/options.doc @@ -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. - no (default when not using smpirun): Do not automatically privatize variables. Pass \c -no-privatize to smpirun to disable this feature. - - mmap or yes (default when using smpirun): + - dlopen or yes (default when using smpirun): Link multiple times against the binary. + - mmap (slower, but maybe somewhat more stable): Runtime automatic switching of the data segments. - - dlopen (faster but less tested): Link multiple times against the binary. \warning This configuration option cannot be set in your platform file. You can only