Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Chord: update some messages displayed
[simgrid.git] / examples / msg / parallel_task / parallel_task.tesh
index 6bd609d..83f267f 100644 (file)
@@ -2,15 +2,17 @@
 
 p Testing a simple master/slave example application
 
-$ $SG_TEST_EXENV parallel_task/parallel_task$EXEEXT ${srcdir:=.}/small_platform.xml
-> [0.000000] [xbt_cfg/INFO] type in variable = 2
-> [0.000000] [surf_workstation/INFO] surf_workstation_model_init_ptask_L07
-> [Ginette:test:(1) 0.009378] [msg_test/INFO] Goodbye now!
-> [0.009378] [msg_test/INFO] Simulation time 0.00937836
+! output sort
+$ $SG_TEST_EXENV parallel_task/parallel_task$EXEEXT ${srcdir:=.}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
+> [  0.000000] (0:@) type in variable = 2
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> [  0.009378] (0:@) Simulation time 0.00937836
+> [  0.009378] (1:test@Ginette) Goodbye now!
 
-$ $SG_TEST_EXENV parallel_task/test_ptask$EXEEXT ${srcdir:=.}/parallel_task/test_ptask_platform.xml ${srcdir:=.}/parallel_task/test_ptask_deployment.xml
-> [0.000000] [xbt_cfg/INFO] type in variable = 2
-> [0.000000] [surf_workstation/INFO] surf_workstation_model_init_ptask_L07
-> [Ginette:execute:(1) 1.000300] [msg_test/INFO] execution_time=1.0003 
-> [Ginette:redistribute:(2) 6.000900] [msg_test/INFO] redistribution_time=6.0009 
-> [6.000900] [msg_test/INFO] Simulation time 6.0009
+! output sort
+$ $SG_TEST_EXENV parallel_task/test_ptask$EXEEXT ${srcdir:=.}/parallel_task/test_ptask_platform.xml ${srcdir:=.}/parallel_task/test_ptask_deployment.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
+> [  0.000000] (0:@) type in variable = 2
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> [  1.000300] (1:execute@Ginette) execution_time=1.0003 
+> [  6.000900] (0:@) Simulation time 6.0009
+> [  6.000900] (2:redistribute@Ginette) redistribution_time=6.0009