Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
greatly simplify the way peers are created in Vivaldi AS
[simgrid.git] / examples / msg / app-token-ring / app-token-ring.tesh
index 83da4ae..936a327 100644 (file)
@@ -16,13 +16,12 @@ $ $SG_TEST_EXENV ${bindir:=.}/app-token-ring ${srcdir:=.}/routing_cluster.xml "-
 > [  0.131796] (1:0@host1) Host "0" received "Token"
 > [  0.131796] (0:maestro@) Simulation time 0.131796
 
-$ $SG_TEST_EXENV ${bindir:=.}/app-token-ring ${srcdir:=.}/two_peers.xml --cfg=network/coordinates:yes "--log=root.fmt:[%12.6r]%e(%i:%P@%h)%e%m%n"
-> [    0.000000] (0:maestro@) Configuration change: Set 'network/coordinates' to 'yes'
+$ $SG_TEST_EXENV ${bindir:=.}/app-token-ring ${srcdir:=.}/two_peers.xml "--log=root.fmt:[%12.6r]%e(%i:%P@%h)%e%m%n"
 > [    0.000000] (0:maestro@) Number of hosts '2'
-> [    0.000000] (1:0@peer_100030591) Host "0" send 'Token' to Host "1"
-> [    0.637910] (2:1@peer_100036570) Host "1" received "Token"
-> [    0.637910] (2:1@peer_100036570) Host "1" send 'Token' to Host "0"
-> [    1.275820] (1:0@peer_100030591) Host "0" received "Token"
+> [    0.000000] (1:0@100030591) Host "0" send 'Token' to Host "1"
+> [    0.637910] (2:1@100036570) Host "1" received "Token"
+> [    0.637910] (2:1@100036570) Host "1" send 'Token' to Host "0"
+> [    1.275820] (1:0@100030591) Host "0" received "Token"
 > [    1.275820] (0:maestro@) Simulation time 1.27582
 
 $ $SG_TEST_EXENV ${bindir:=.}/app-token-ring ${srcdir:=.}/meta_cluster.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"