X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a6b23c846948f7f89277f75e7c42f3942b31b8d3..539916de848562683cf2e5425d5160c2a43f135a:/examples/smpi/replay_multiple/replay_multiple.tesh diff --git a/examples/smpi/replay_multiple/replay_multiple.tesh b/examples/smpi/replay_multiple/replay_multiple.tesh index 0d68e08742..0b1a1dfd39 100644 --- a/examples/smpi/replay_multiple/replay_multiple.tesh +++ b/examples/smpi/replay_multiple/replay_multiple.tesh @@ -1,13 +1,13 @@ p Test the replay with multiple instances p first generate the deployment file -$ ./generate_multiple_deployment.sh -platform ${srcdir:=.}/../../platforms/small_platform_with_routers.xml -hostfile ${srcdir:=.}/../hostfile ${srcdir:=.}/description_file deployment.xml +$ ${srcdir:=.}/generate_multiple_deployment.sh -platform ${srcdir:=.}/../../platforms/small_platform_with_routers.xml -hostfile ${srcdir:=.}/../hostfile ${srcdir:=.}/description_file deployment.xml $ ./replay_multiple description_file ${srcdir:=.}/../../platforms/small_platform_with_routers.xml deployment.xml --log=smpi.:info > [0.000000] [msg_test/INFO] Initializing instance 1 of size 32 > [0.000000] [msg_test/INFO] Initializing instance 2 of size 32 > [0.000000] [smpi_kernel/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.Check http://simgrid.org/simgrid/latest/doc/options.html#options_smpi_bench for more information. -> [Fafard:2:(53) 1140967.830052] [smpi_replay/INFO] Simulation time 1123895.291050 -> [1140967.964219] [msg_test/INFO] Simulation time 1.14097e+06 +> [Fafard:2:(53) 1140967.830052] [smpi_replay/INFO] Simulation time 1123895.291051 +> [1140967.830052] [msg_test/INFO] Simulation time 1.14097e+06 $ rm -f deployment.xml