From 29ff9533dbff9d91d3dbc57e950966cd53eb5201 Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 2 Jul 2007 13:21:31 +0000 Subject: [PATCH] Simix does not display event occuring at the same timestamp than the old version, but that's perfectly ok 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 | 2 +- examples/gras/mutual_exclusion/simple_token/test_sg_32 | 2 +- examples/gras/rpc/test_sg_32 | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/gras/mmrpc/test_sg_32 b/examples/gras/mmrpc/test_sg_32 index b98e0beb46..761a670f1d 100755 --- a/examples/gras/mmrpc/test_sg_32 +++ b/examples/gras/mmrpc/test_sg_32 @@ -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 diff --git a/examples/gras/mutual_exclusion/simple_token/test_sg_32 b/examples/gras/mutual_exclusion/simple_token/test_sg_32 index 2f85a827fc..f5802e2b8b 100755 --- a/examples/gras/mutual_exclusion/simple_token/test_sg_32 +++ b/examples/gras/mutual_exclusion/simple_token/test_sg_32 @@ -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 diff --git a/examples/gras/rpc/test_sg_32 b/examples/gras/rpc/test_sg_32 index 7677702b4f..dc52ac1b97 100755 --- a/examples/gras/rpc/test_sg_32 +++ b/examples/gras/rpc/test_sg_32 @@ -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 -- 2.20.1