From d44ed07cd1cb3f4fceb9dc45e1161723f0fdc9a0 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 10 Dec 2010 13:02:46 +0000 Subject: [PATCH] put pid on 2 chars to help sorting, and revalidate the output (timestamps changed, be we don't care) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9131 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/all2all/test_sg_32 | 110 +++++++++++++++---------------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/examples/gras/all2all/test_sg_32 b/examples/gras/all2all/test_sg_32 index dd06cc4497..2f567353af 100644 --- a/examples/gras/all2all/test_sg_32 +++ b/examples/gras/all2all/test_sg_32 @@ -1,62 +1,62 @@ ! output sort -$ $SG_TEST_EXENV ./all2all_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/all2all.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n -> [ 0.000000] (1:sender@Tremblay) Launch current node -> [ 0.000000] (3:sender@Jupiter) Launch current node -> [ 0.000000] (5:sender@Fafard) Launch current node -> [ 0.000000] (7:sender@Ginette) Launch current node -> [ 0.000000] (9:sender@Bourassa) Launch current node +$ $SG_TEST_EXENV ./all2all_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/all2all.xml --log=root.fmt:[%10.6r]%e(%.2i:%P@%h)%e%m%n +> [ 0.000000] (01:sender@Tremblay) Launch current node +> [ 0.000000] (03:sender@Jupiter) Launch current node +> [ 0.000000] (05:sender@Fafard) Launch current node +> [ 0.000000] (07:sender@Ginette) Launch current node +> [ 0.000000] (09:sender@Bourassa) Launch current node > [ 0.000156] (10:receiver@Bourassa) Listening on port 4000 (expecting 4 messages) -> [ 0.000156] (2:receiver@Tremblay) Listening on port 4000 (expecting 4 messages) -> [ 0.000156] (4:receiver@Jupiter) Listening on port 4000 (expecting 4 messages) -> [ 0.000156] (6:receiver@Fafard) Listening on port 4000 (expecting 4 messages) -> [ 0.000156] (8:receiver@Ginette) Listening on port 4000 (expecting 4 messages) -> [ 0.015433] (2:receiver@Tremblay) Got Data from Jupiter:5000 (still 3 to go) -> [ 0.015433] (3:sender@Jupiter) Sent Data from Jupiter to Tremblay -> [ 0.025433] (1:sender@Tremblay) Sent Data from Tremblay to Jupiter -> [ 0.025433] (4:receiver@Jupiter) Got Data from Tremblay:5000 (still 3 to go) -> [ 0.036085] (2:receiver@Tremblay) Got Data from Fafard:5000 (still 2 to go) -> [ 0.036085] (5:sender@Fafard) Sent Data from Fafard to Tremblay -> [ 0.049382] (2:receiver@Tremblay) Got Data from Ginette:5000 (still 1 to go) -> [ 0.049382] (7:sender@Ginette) Sent Data from Ginette to Tremblay -> [ 0.051516] (3:sender@Jupiter) Sent Data from Jupiter to Fafard -> [ 0.051516] (6:receiver@Fafard) Got Data from Jupiter:5000 (still 3 to go) -> [ 0.069818] (2:receiver@Tremblay) Got Data from Bourassa:5000 (still 0 to go) -> [ 0.069818] (2:receiver@Tremblay) Exiting GRAS -> [ 0.069818] (9:sender@Bourassa) Sent Data from Bourassa to Tremblay -> [ 0.072168] (4:receiver@Jupiter) Got Data from Fafard:5000 (still 2 to go) -> [ 0.072168] (5:sender@Fafard) Sent Data from Fafard to Jupiter -> [ 0.072177] (1:sender@Tremblay) Sent Data from Tremblay to Fafard -> [ 0.072177] (6:receiver@Fafard) Got Data from Tremblay:5000 (still 2 to go) -> [ 0.080244] (3:sender@Jupiter) Sent Data from Jupiter to Ginette -> [ 0.080244] (8:receiver@Ginette) Got Data from Jupiter:5000 (still 3 to go) -> [ 0.093415] (5:sender@Fafard) Sent Data from Fafard to Ginette -> [ 0.093415] (8:receiver@Ginette) Got Data from Fafard:5000 (still 2 to go) -> [ 0.100740] (4:receiver@Jupiter) Got Data from Ginette:5000 (still 1 to go) -> [ 0.100740] (7:sender@Ginette) Sent Data from Ginette to Jupiter -> [ 0.106712] (1:sender@Tremblay) Sent Data from Tremblay to Ginette -> [ 0.106712] (8:receiver@Ginette) Got Data from Tremblay:5000 (still 1 to go) -> [ 0.114067] (6:receiver@Fafard) Got Data from Ginette:5000 (still 1 to go) -> [ 0.114067] (7:sender@Ginette) Sent Data from Ginette to Fafard +> [ 0.000156] (02:receiver@Tremblay) Listening on port 4000 (expecting 4 messages) +> [ 0.000156] (04:receiver@Jupiter) Listening on port 4000 (expecting 4 messages) +> [ 0.000156] (06:receiver@Fafard) Listening on port 4000 (expecting 4 messages) +> [ 0.000156] (08:receiver@Ginette) Listening on port 4000 (expecting 4 messages) +> [ 0.015433] (02:receiver@Tremblay) Got Data from Jupiter:5000 (still 3 to go) +> [ 0.015433] (03:sender@Jupiter) Sent Data from Jupiter to Tremblay +> [ 0.025433] (01:sender@Tremblay) Sent Data from Tremblay to Jupiter +> [ 0.025433] (04:receiver@Jupiter) Got Data from Tremblay:5000 (still 3 to go) +> [ 0.036085] (02:receiver@Tremblay) Got Data from Fafard:5000 (still 2 to go) +> [ 0.036085] (05:sender@Fafard) Sent Data from Fafard to Tremblay +> [ 0.049382] (02:receiver@Tremblay) Got Data from Ginette:5000 (still 1 to go) +> [ 0.049382] (07:sender@Ginette) Sent Data from Ginette to Tremblay +> [ 0.051516] (03:sender@Jupiter) Sent Data from Jupiter to Fafard +> [ 0.051516] (06:receiver@Fafard) Got Data from Jupiter:5000 (still 3 to go) +> [ 0.069818] (02:receiver@Tremblay) Got Data from Bourassa:5000 (still 0 to go) +> [ 0.069818] (02:receiver@Tremblay) Exiting GRAS +> [ 0.069818] (09:sender@Bourassa) Sent Data from Bourassa to Tremblay +> [ 0.072168] (04:receiver@Jupiter) Got Data from Fafard:5000 (still 2 to go) +> [ 0.072168] (05:sender@Fafard) Sent Data from Fafard to Jupiter +> [ 0.072177] (01:sender@Tremblay) Sent Data from Tremblay to Fafard +> [ 0.072177] (06:receiver@Fafard) Got Data from Tremblay:5000 (still 2 to go) +> [ 0.080244] (03:sender@Jupiter) Sent Data from Jupiter to Ginette +> [ 0.080244] (08:receiver@Ginette) Got Data from Jupiter:5000 (still 3 to go) +> [ 0.093415] (05:sender@Fafard) Sent Data from Fafard to Ginette +> [ 0.093415] (08:receiver@Ginette) Got Data from Fafard:5000 (still 2 to go) +> [ 0.100740] (04:receiver@Jupiter) Got Data from Ginette:5000 (still 1 to go) +> [ 0.100740] (07:sender@Ginette) Sent Data from Ginette to Jupiter +> [ 0.106712] (01:sender@Tremblay) Sent Data from Tremblay to Ginette +> [ 0.106712] (08:receiver@Ginette) Got Data from Tremblay:5000 (still 1 to go) +> [ 0.114067] (06:receiver@Fafard) Got Data from Ginette:5000 (still 1 to go) +> [ 0.114067] (07:sender@Ginette) Sent Data from Ginette to Fafard > [ 0.116110] (10:receiver@Bourassa) Got Data from Jupiter:5000 (still 3 to go) -> [ 0.116110] (3:sender@Jupiter) Sent Data from Jupiter to Bourassa -> [ 0.116110] (3:sender@Jupiter) Exiting GRAS +> [ 0.116110] (03:sender@Jupiter) Sent Data from Jupiter to Bourassa +> [ 0.116110] (03:sender@Jupiter) Exiting GRAS > [ 0.121591] (10:receiver@Bourassa) Got Data from Fafard:5000 (still 2 to go) -> [ 0.121591] (5:sender@Fafard) Sent Data from Fafard to Bourassa -> [ 0.121591] (5:sender@Fafard) Exiting GRAS -> [ 0.136451] (4:receiver@Jupiter) Got Data from Bourassa:5000 (still 0 to go) -> [ 0.136451] (4:receiver@Jupiter) Exiting GRAS -> [ 0.136451] (9:sender@Bourassa) Sent Data from Bourassa to Jupiter -> [ 0.142030] (1:sender@Tremblay) Sent Data from Tremblay to Bourassa -> [ 0.142030] (1:sender@Tremblay) Exiting GRAS +> [ 0.121591] (05:sender@Fafard) Sent Data from Fafard to Bourassa +> [ 0.121591] (05:sender@Fafard) Exiting GRAS +> [ 0.136451] (04:receiver@Jupiter) Got Data from Bourassa:5000 (still 0 to go) +> [ 0.136451] (04:receiver@Jupiter) Exiting GRAS +> [ 0.136451] (09:sender@Bourassa) Sent Data from Bourassa to Jupiter +> [ 0.142030] (01:sender@Tremblay) Sent Data from Tremblay to Bourassa +> [ 0.142030] (01:sender@Tremblay) Exiting GRAS > [ 0.142030] (10:receiver@Bourassa) Got Data from Tremblay:5000 (still 1 to go) -> [ 0.142088] (6:receiver@Fafard) Got Data from Bourassa:5000 (still 0 to go) -> [ 0.142088] (6:receiver@Fafard) Exiting GRAS -> [ 0.142088] (9:sender@Bourassa) Sent Data from Bourassa to Fafard +> [ 0.142088] (06:receiver@Fafard) Got Data from Bourassa:5000 (still 0 to go) +> [ 0.142088] (06:receiver@Fafard) Exiting GRAS +> [ 0.142088] (09:sender@Bourassa) Sent Data from Bourassa to Fafard > [ 0.154982] (10:receiver@Bourassa) Got Data from Ginette:5000 (still 0 to go) > [ 0.154982] (10:receiver@Bourassa) Exiting GRAS -> [ 0.154982] (7:sender@Ginette) Sent Data from Ginette to Bourassa -> [ 0.154982] (7:sender@Ginette) Exiting GRAS -> [ 0.155196] (8:receiver@Ginette) Got Data from Bourassa:5000 (still 0 to go) -> [ 0.155196] (8:receiver@Ginette) Exiting GRAS -> [ 0.155196] (9:sender@Bourassa) Sent Data from Bourassa to Ginette -> [ 0.155196] (9:sender@Bourassa) Exiting GRAS +> [ 0.154982] (07:sender@Ginette) Sent Data from Ginette to Bourassa +> [ 0.154982] (07:sender@Ginette) Exiting GRAS +> [ 0.155196] (08:receiver@Ginette) Got Data from Bourassa:5000 (still 0 to go) +> [ 0.155196] (08:receiver@Ginette) Exiting GRAS +> [ 0.155196] (09:sender@Bourassa) Sent Data from Bourassa to Ginette +> [ 0.155196] (09:sender@Bourassa) Exiting GRAS -- 2.20.1