From: degomme Date: Wed, 16 Nov 2016 00:24:54 +0000 (-0700) Subject: document new option X-Git-Tag: v3_14~193^2~4 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/dd5aeddb0d5ff5b51db070c80a61728933b8746a document new option --- diff --git a/doc/doxygen/options.doc b/doc/doxygen/options.doc index 5adc3817b0..8905aee930 100644 --- a/doc/doxygen/options.doc +++ b/doc/doxygen/options.doc @@ -1019,7 +1019,9 @@ Here is an example: Internally, in order to speed up execution, we use a counter to keep track on how often we already checked if the handle is now valid or not. Hence, we actually use counter*SLEEP_TIME, that is, the time MPI_Test() causes the process - to sleep increases linearly with the number of previously failed testk. + to sleep increases linearly with the number of previously failed tests. This + behavior can be disabled by setting smpi/grow-injected-times to no. This will + also disable this behavior for MPI_Iprobe. \subsection options_model_smpi_use_shared_malloc smpi/use-shared-malloc: Factorize malloc()s