X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cb47fb240292d0cb5f2662be653d3a50f4f96972..e68d03f1f2c0206497381c7ef3b91bd5d46f1964:/examples/msg/priority/priority.tesh diff --git a/examples/msg/priority/priority.tesh b/examples/msg/priority/priority.tesh index 070f783473..41838595d6 100644 --- a/examples/msg/priority/priority.tesh +++ b/examples/msg/priority/priority.tesh @@ -2,15 +2,10 @@ p Testing a simple master/slave example application -$ $SG_TEST_EXENV priority/priority$EXEEXT ${srcdir:=.}/small_platform.xml ${srcdir:=.}/priority/deployment_priority.xml --cfg=workstation_model:compound --cfg=cpu_model:Cas01 --cfg=network_model:CM02 -> [0.000000] [simix_kernel/INFO] setting 'workstation_model' to 'compound' -> [0.000000] [xbt_cfg/INFO] type in variable = 2 -> [0.000000] [simix_kernel/INFO] setting 'cpu_model' to 'Cas01' -> [0.000000] [xbt_cfg/INFO] type in variable = 2 -> [0.000000] [simix_kernel/INFO] setting 'network_model' to 'CM02' -> [0.000000] [xbt_cfg/INFO] type in variable = 2 -> [Fafard:test:(1) 0.000000] [msg_test/INFO] Hello! Running a task of size 7.6296e+07 with priority 1 -> [Fafard:test:(2) 0.000000] [msg_test/INFO] Hello! Running a task of size 7.6296e+07 with priority 2 -> [Fafard:test:(2) 1.500000] [msg_test/INFO] Goodbye now! -> [Fafard:test:(1) 2.000000] [msg_test/INFO] Goodbye now! -> [2.000000] [msg_test/INFO] Simulation time 2 +! output sort 19 +$ $SG_TEST_EXENV priority/priority$EXEEXT ${srcdir:=.}/../platforms/small_platform.xml ${srcdir:=.}/priority/deployment_priority.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +> [ 0.000000] (1:test@Fafard) Hello! Running a task of size 7.6296e+07 with priority 1 +> [ 0.000000] (2:test@Fafard) Hello! Running a task of size 7.6296e+07 with priority 2 +> [ 1.500000] (2:test@Fafard) Goodbye now! +> [ 2.000000] (0:@) Simulation time 2 +> [ 2.000000] (1:test@Fafard) Goodbye now!