From: Augustin Degomme Date: Thu, 30 Jan 2014 16:28:05 +0000 (+0100) Subject: Add link to doc in warning message X-Git-Tag: v3_11_beta~106 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/228ec0b9d568130e65c10f7e9d25ccb5273abaa8 Add link to doc in warning message --- diff --git a/src/smpi/smpi_global.c b/src/smpi/smpi_global.c index 97115a8d19..47d5639a3d 100644 --- a/src/smpi/smpi_global.c +++ b/src/smpi/smpi_global.c @@ -339,7 +339,8 @@ void smpi_global_init(void) if (sg_cfg_is_default_value("smpi/running_power")) { XBT_INFO("You did not set the power of the host running the simulation. " "The timings will certainly not be accurate. " - "Use the option \"--cfg=smpi/running_power:\" to set its value."); + "Use the option \"--cfg=smpi/running_power:\" to set its value." + "Check http://simgrid.org/simgrid/latest/doc/options.html#options_smpi_bench for more information. "); } }