X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a502b8801282e2b64fcb6bb0e74369797c4da45c..5666ba4cb7aa68ae1a1640d3e3c57aeba91f4b02:/src/smpi/smpi_global.c diff --git a/src/smpi/smpi_global.c b/src/smpi/smpi_global.c index 7b47526f7a..692d2eb24d 100644 --- a/src/smpi/smpi_global.c +++ b/src/smpi/smpi_global.c @@ -411,7 +411,7 @@ static void smpi_check_options(){ //check correctness of MPI parameters xbt_assert(sg_cfg_get_int("smpi/async_small_thresh") <= - sg_cfg_get_int("smpi/send_is_detached_thres")); + sg_cfg_get_int("smpi/send_is_detached_thresh")); if (sg_cfg_is_default_value("smpi/running_power")) { XBT_INFO("You did not set the power of the host running the simulation. "