From 251b0d76ec452c40978a1176bfa53818279f6492 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 7 Jun 2016 10:44:27 +0200 Subject: [PATCH] [DOC] Corrected SMPI option name --- doc/doxygen/options.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/options.doc b/doc/doxygen/options.doc index 6ee55e7e55..b17f065a65 100644 --- a/doc/doxygen/options.doc +++ b/doc/doxygen/options.doc @@ -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 -- 2.20.1