From a4edda61cb4d4301cba1232c02148ebcb68eac7c Mon Sep 17 00:00:00 2001 From: degomme Date: Sat, 28 May 2016 01:15:19 +0200 Subject: [PATCH] Actually sonar did find an actual (tiny) bug. Requalify two teshes. --- examples/smpi/replay/replay.tesh | 5 +++-- examples/smpi/replay_multiple/replay_multiple.tesh | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/examples/smpi/replay/replay.tesh b/examples/smpi/replay/replay.tesh index 743814a132..d2ffb964f6 100644 --- a/examples/smpi/replay/replay.tesh +++ b/examples/smpi/replay/replay.tesh @@ -327,9 +327,10 @@ $ ../../smpi_script/bin/smpirun -ext smpi_replay --log=replay.thresh:critical -- > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304' > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/cpu-threshold' to '-1' > [Tremblay:0:(1) 0.004041] [smpi_replay/VERBOSE] 0 allToAll 500 500 0.004041 -> [Fafard:2:(3) 0.006920] [smpi_replay/VERBOSE] 2 allToAll 500 500 0.006920 > [Jupiter:1:(2) 0.006920] [smpi_replay/VERBOSE] 1 allToAll 500 500 0.006920 -> [Jupiter:1:(2) 0.006920] [smpi_replay/INFO] Simulation time 0.006920 +> [Fafard:2:(3) 0.006920] [smpi_replay/VERBOSE] 2 allToAll 500 500 0.006920 +> [Fafard:2:(3) 0.006920] [smpi_replay/INFO] Simulation time 0.006920 + $ rm -f replay/one_trace diff --git a/examples/smpi/replay_multiple/replay_multiple.tesh b/examples/smpi/replay_multiple/replay_multiple.tesh index 2925fa90c2..ee4943e8c5 100644 --- a/examples/smpi/replay_multiple/replay_multiple.tesh +++ b/examples/smpi/replay_multiple/replay_multiple.tesh @@ -8,8 +8,9 @@ $ ./replay_multiple description_file ${srcdir:=.}/../../platforms/small_platform > [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. -> [Jupiter:2:(52) 1140688.493796] [smpi_replay/INFO] Simulation time 1124371.141124 -> [1140688.493796] [msg_test/INFO] Simulation time 1.14069e+06 +> [Jupiter:2:(52) 1140688.626959] [smpi_replay/INFO] Simulation time 1124371.274298 +> [1140688.626959] [msg_test/INFO] Simulation time 1.14069e+06 + $ rm -f deployment.xml -- 2.20.1