X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/89a68d74c5e01051bd606a36e347610ca98274aa..209b2c14ca411bd87d8c1eb856cb7bf5013d76ef:/docs/source/Configuring_SimGrid.rst diff --git a/docs/source/Configuring_SimGrid.rst b/docs/source/Configuring_SimGrid.rst index 31139cbce6..05db361b2c 100644 --- a/docs/source/Configuring_SimGrid.rst +++ b/docs/source/Configuring_SimGrid.rst @@ -544,7 +544,7 @@ the correspondent receive. This threshold can be configured through the ``smpi/async-small-thresh`` item. The default value is 0. This behavior can also be manually set for mailboxes, by setting the receiving mode of the mailbox with a call to -:cpp:func:`MSG_mailbox_set_async`. After this, all messages sent to +:cpp:func:`sg_mailbox_set_receiver`. After this, all messages sent to this mailbox will have this behavior regardless of the message size. This value needs to be smaller than or equals to the threshold set at