Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Various fixes. Working (in SG) for ForkJoins, but not for Montage.
[simgrid.git] / examples / gras / ping / test_sg_64
1 p Runs the 'ping' test within the simulator (simulation times valid for 64bits architectures)
2
3 $ $SG_TEST_EXENV ./ping_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/ping.xml
4 > [Tremblay:server:(1) 0.000000] [Ping/INFO] Launch server (port=4000)
5 > [Fafard:client:(2) 0.000000] [Ping/INFO] Launch client (server on Tremblay:4000)
6 > [Tremblay:server:(1) 0.000156] [Ping/INFO] Messages registered
7 > [Tremblay:server:(1) 0.000156] [Ping/INFO] Messages registered
8 > [Tremblay:server:(1) 0.000156] [Ping/INFO] >>>>>>>> Listening on port 4000 <<<<<<<<
9 > [Fafard:client:(2) 0.000156] [Ping/INFO] Connected to Tremblay:4000.
10 > [Fafard:client:(2) 0.000156] [Ping/INFO] Messages registered
11 > [Fafard:client:(2) 0.000156] [Ping/INFO] >>>>>>>> Connected to server which is on Tremblay:4000 <<<<<<<<
12 > [Fafard:client:(2) 0.020707] [Ping/INFO] >>>>>>>> Message PING(1234) sent to Tremblay:4000 <<<<<<<<
13 > [Tremblay:server:(1) 0.020707] [Ping/INFO] >>>>>>>> Got message PING(1234) from Fafard:0 <<<<<<<<
14 > [Tremblay:server:(1) 0.041259] [Ping/INFO] >>>>>>>> Answered with PONG(4321) <<<<<<<<
15 > [Tremblay:server:(1) 0.041259] [Ping/INFO] Done.
16 > [Tremblay:server:(1) 0.041259] [gras/INFO] Exiting GRAS
17 > [Fafard:client:(2) 0.041259] [Ping/INFO] >>>>>>>> Got PONG(4321) from Tremblay:4000 <<<<<<<<
18 > [Fafard:client:(2) 0.041259] [Ping/INFO] Done.
19 > [Fafard:client:(2) 0.041259] [gras/INFO] Exiting GRAS
20