From: Christian Heinrich Date: Thu, 2 Jun 2016 14:49:06 +0000 (+0200) Subject: [DOC] Document the 'smpi/init' config option X-Git-Tag: v3_14~1046 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fbb1cdb5aac7691a6cc34693672058b12b8d50b7?ds=sidebyside [DOC] Document the 'smpi/init' config option --- diff --git a/doc/doxygen/options.doc b/doc/doxygen/options.doc index a31c819f8e..6ee55e7e55 100644 --- a/doc/doxygen/options.doc +++ b/doc/doxygen/options.doc @@ -898,6 +898,13 @@ uses naive version of collective operations). Each collective operation can be m The behavior and motivation for this configuration option is identical with \a smpi/test, see Section \ref options_model_smpi_test for details. +\subsection options_model_smpi_init smpi/init: Inject constant times for calls to MPI_Init + +\b Default value: 0 + +The behavior for this configuration option is identical with \a smpi/test, see +Section \ref options_model_smpi_test for details. + \subsection options_model_smpi_ois smpi/ois: Inject constant times for asynchronous send operations This configuration option works exactly as \a smpi/os, see Section \ref options_model_smpi_os. @@ -1150,6 +1157,7 @@ silently overflow on other parts of the memory. - \c smpi/lat-factor: \ref options_model_smpi_lat_factor - \c smpi/IB-penalty-factors: \ref options_model_network_coefs - \c smpi/iprobe: \ref options_model_smpi_iprobe +- \c smpi/init: \ref options_model_smpi_init - \c smpi/ois: \ref options_model_smpi_ois - \c smpi/or: \ref options_model_smpi_or - \c smpi/os: \ref options_model_smpi_os