From: Martin Quinson Date: Wed, 10 Jun 2020 23:38:20 +0000 (+0200) Subject: Clarify one paragraph in the doc X-Git-Tag: v3.26~543 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e62d6bade5099c02ebbb3c67c574d8f089475d3e Clarify one paragraph in the doc --- diff --git a/docs/source/Configuring_SimGrid.rst b/docs/source/Configuring_SimGrid.rst index f581710337..029884cdca 100644 --- a/docs/source/Configuring_SimGrid.rst +++ b/docs/source/Configuring_SimGrid.rst @@ -965,9 +965,14 @@ this into account. For that, the actual duration is measured on the host machine and then scaled to the power of the corresponding simulated machine. The variable ``smpi/host-speed`` allows one to specify the computational speed of the host machine (in flop/s by -default) to use when scaling the execution times. It defaults to 20kf -(i.e., 20000 flop/s), but you really want to adjust it to get accurate -simulation results. +default) to use when scaling the execution times. + +The default value is ``smpi/host-speed=20kf`` (= 20,000 flop/s). This +is probably underestimated for most machines, leading SimGrid to +overestimate the amount of flops in the execution blocks that are +automatically injected in the simulator. As a result, the execution +time of the whole application will probably be overestimated until you +use a realistic value. When the code consists of numerous consecutive MPI calls, the previous mechanism feeds the simulation kernel with numerous tiny