Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simix does not display event occuring at the same timestamp than the old version...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 2 Jul 2007 13:21:31 +0000 (13:21 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 2 Jul 2007 13:21:31 +0000 (13:21 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3632 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/mmrpc/test_sg_32
examples/gras/mutual_exclusion/simple_token/test_sg_32
examples/gras/rpc/test_sg_32

index b98e0be..761a670 100755 (executable)
@@ -4,6 +4,6 @@ $ $SG_TEST_EXENV ./mmrpc_simulator$EXEEXT $srcdir/../../msg/small_platform.xml $
 > [Fafard:client:(2) 1.000000] [MatMult/INFO] Connected to Tremblay:4000.
 > [Fafard:client:(2) 1.000000] [MatMult/INFO] >>>>>>>> Connected to server which is on Tremblay:4000 <<<<<<<<
 > [Fafard:client:(2) 1.053783] [MatMult/INFO] >>>>>>>> Request sent to Tremblay:4000 <<<<<<<<
-> [Tremblay:server:(1) 1.081662] [gras/INFO] Exiting GRAS
 > [Fafard:client:(2) 1.081662] [MatMult/INFO] >>>>>>>> Got answer from Tremblay:4000 (values are right) <<<<<<<<
 > [Fafard:client:(2) 1.081662] [gras/INFO] Exiting GRAS
+> [Tremblay:server:(1) 1.081662] [gras/INFO] Exiting GRAS
index 2f85a82..f5802e2 100755 (executable)
@@ -7,6 +7,6 @@ $ $SG_TEST_EXENV ./simple_token_simulator$EXEEXT $srcdir/../../../msg/small_plat
 > [Fafard:node:(2) 1.028109] [gras/INFO] Exiting GRAS
 > [Jupiter:node:(3) 1.030844] [gras/INFO] Exiting GRAS
 > [Ginette:node:(4) 1.032083] [gras/INFO] Exiting GRAS
-> [Bourassa:node:(5) 1.034039] [gras/INFO] Exiting GRAS
 > [Tremblay:node:(1) 1.034039] [gras/INFO] Exiting GRAS
+> [Bourassa:node:(5) 1.034039] [gras/INFO] Exiting GRAS
 
index 7677702..dc52ac1 100755 (executable)
@@ -6,9 +6,9 @@ $ $SG_TEST_EXENV ./rpc_simulator$EXEEXT $srcdir/../../msg/small_platform.xml $sr
 > [Fafard:client:(3) 2.00] [Rpc/INFO] Connected to Tremblay:4000.
 > [Fafard:client:(3) 2.00] [Rpc/INFO] Connected to server which is on Tremblay:4000
 > [Tremblay:server:(1) 2.00] [Rpc/INFO] Got message PING(1234) from Fafard:0
-> [Tremblay:server:(1) 2.00] [Rpc/INFO] Answered with PONG(4321)
 > [Fafard:client:(3) 2.00] [Rpc/INFO] The answer to PING(1234) on Tremblay:4000 is PONG(4321)
 > [Fafard:client:(3) 2.00] [Rpc/INFO] Call the exception raising RPC
+> [Tremblay:server:(1) 2.00] [Rpc/INFO] Answered with PONG(4321)
 > [Fafard:client:(3) 2.01] [Rpc/INFO] Got the expected exception when calling the exception raising RPC
 > [Fafard:client:(3) 2.01] [Rpc/INFO] Called the exception raising RPC
 > [Fafard:client:(3) 2.01] [Rpc/INFO] Call the exception raising RPC (i=0)
@@ -32,12 +32,12 @@ $ $SG_TEST_EXENV ./rpc_simulator$EXEEXT $srcdir/../../msg/small_platform.xml $sr
 > [Ginette:forwarder:(2) 2.05] [Rpc/INFO] Forward a request
 > [Fafard:client:(3) 2.05] [Rpc/INFO] Got the expected exception when calling the exception raising RPC
 > [Fafard:client:(3) 2.05] [Rpc/INFO] Ask Ginette:4000 to die
-> [Fafard:client:(3) 2.06] [Rpc/INFO] Ask Tremblay:4000 to die
 > [Ginette:forwarder:(2) 2.06] [Rpc/INFO] Asked to die by Fafard:0
 > [Ginette:forwarder:(2) 2.06] [Rpc/INFO] Done.
 > [Ginette:forwarder:(2) 2.06] [gras/INFO] Exiting GRAS
-> [Fafard:client:(3) 2.06] [Rpc/INFO] Done.
-> [Fafard:client:(3) 2.06] [gras/INFO] Exiting GRAS
+> [Fafard:client:(3) 2.06] [Rpc/INFO] Ask Tremblay:4000 to die
 > [Tremblay:server:(1) 2.06] [Rpc/INFO] Asked to die by Fafard:0
 > [Tremblay:server:(1) 2.06] [Rpc/INFO] Done.
 > [Tremblay:server:(1) 2.06] [gras/INFO] Exiting GRAS
+> [Fafard:client:(3) 2.06] [Rpc/INFO] Done.
+> [Fafard:client:(3) 2.06] [gras/INFO] Exiting GRAS