Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document new option
authordegomme <augustin.degomme@unibas.ch>
Wed, 16 Nov 2016 00:24:54 +0000 (17:24 -0700)
committerdegomme <augustin.degomme@unibas.ch>
Wed, 16 Nov 2016 00:30:25 +0000 (17:30 -0700)
doc/doxygen/options.doc

index 5adc381..8905aee 100644 (file)
@@ -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