Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[DOC] Corrected SMPI option name
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 7 Jun 2016 08:44:27 +0000 (10:44 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 8 Jun 2016 13:47:20 +0000 (15:47 +0200)
doc/doxygen/options.doc

index 6ee55e7..b17f065 100644 (file)
@@ -881,7 +881,7 @@ This threshold specifies the size in bytes under which the send will return
 immediately. This is different from the threshold detailed in  \ref options_model_network_asyncsend
 because the message is not effectively sent when the send is posted. SMPI still waits for the
 correspondant receive to be posted to perform the communication operation. This threshold can be set
-by changing the \b smpi/send-is-detached item. The default value is 65536.
+by changing the \b smpi/send-is-detached-thresh item. The default value is 65536.
 
 \subsection options_model_smpi_collectives Simulating MPI collective algorithms