From 304249fd644c92c0fa2ae6a9b302b86d43866fa5 Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Thu, 3 May 2012 12:55:40 +0200 Subject: [PATCH] Revalidate output after my recent modifications in simix The execution order of process at a given timestep may have changed but if your code really depends on this, this means it was already producing bogus results. --- examples/msg/masterslave/masterslave_cpu_ti_crosstraffic.tesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/msg/masterslave/masterslave_cpu_ti_crosstraffic.tesh b/examples/msg/masterslave/masterslave_cpu_ti_crosstraffic.tesh index e53cd18979..4a46cf7563 100644 --- a/examples/msg/masterslave/masterslave_cpu_ti_crosstraffic.tesh +++ b/examples/msg/masterslave/masterslave_cpu_ti_crosstraffic.tesh @@ -370,7 +370,6 @@ p Testing the bypassing of the flexml parser $ $SG_TEST_EXENV ${bindir:=.}/masterslave_bypass --log=no_loc --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI' > [ 0.000000] (0:@) Bypassing the XML parser since surf_parse_open received a NULL pointer. If it is not what you want, go fix your code. -> [ 0.000000] (2:slave@host B) I'm a slave > [ 0.000000] (1:master@host A) Got 1 slave(s) : > [ 0.000000] (1:master@host A) host B > [ 0.000000] (1:master@host A) Got 20 task to process : @@ -395,6 +394,7 @@ $ $SG_TEST_EXENV ${bindir:=.}/masterslave_bypass --log=no_loc --cfg=cpu/optim:TI > [ 0.000000] (1:master@host A) "Task_18" > [ 0.000000] (1:master@host A) "Task_19" > [ 0.000000] (1:master@host A) Sending "Task_0" to "host B" +> [ 0.000000] (2:slave@host B) I'm a slave > [ 4.602000] (2:slave@host B) Received "Task_0" > [ 4.602000] (2:slave@host B) Processing "Task_0" > [ 4.602000] (1:master@host A) Send completed -- 2.20.1