Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add link to doc in warning message
authorAugustin Degomme <degomme@idpann.imag.fr>
Thu, 30 Jan 2014 16:28:05 +0000 (17:28 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Thu, 30 Jan 2014 16:28:05 +0000 (17:28 +0100)
src/smpi/smpi_global.c

index 97115a8..47d5639 100644 (file)
@@ -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.  "
   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:<flops>\" to set its value.");
+             "Use the option \"--cfg=smpi/running_power:<flops>\" to set its value."
+             "Check http://simgrid.org/simgrid/latest/doc/options.html#options_smpi_bench for more information. ");
   }
 }
 
   }
 }