Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Biggest commit ever (SIMIX2): the user processes can now run in parallel
[simgrid.git] / examples / msg / migration / migration.tesh
index d5b681b..6ed1f1b 100644 (file)
@@ -2,9 +2,10 @@
 
 p Testing the migration feature of MSG
 
-$ $SG_TEST_EXENV migration/migration ${srcdir:=.}/msg_platform.xml ${srcdir:=.}/migration/migration.deploy 
-> [Jacquelin:emigrant:(1) 0.000000] [msg_test/INFO] I'll look for a new job on another machine where the grass is greener.
-> [Boivin:emigrant:(1) 0.000000] [msg_test/INFO] Yeah, found something to do
-> [Boivin:emigrant:(1) 3.000000] [msg_test/INFO] Moving back home after work
-> [Boivin:emigrant:(1) 7.000000] [msg_test/INFO] Uh, nothing to do here. Stopping now
-> [7.000000] [msg_test/INFO] Simulation time 7
+! output sort
+$ $SG_TEST_EXENV migration/migration ${srcdir:=.}/msg_platform.xml ${srcdir:=.}/migration/migration.deploy  --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (1:emigrant@Jacquelin) I'll look for a new job on another machine where the grass is greener.
+> [  0.000000] (1:emigrant@Boivin) Yeah, found something to do
+> [  3.000000] (1:emigrant@Boivin) Moving back home after work
+> [  7.000000] (0:@) Simulation time 7
+> [  7.000000] (1:emigrant@Boivin) Uh, nothing to do here. Stopping now