Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
1eda675f56c96aeedab7c5a784e8cda5b8b49a5a
[simgrid.git] / examples / gras / ping / test_sg_32
1 p Runs the 'ping' test within the simulator (simulation times valid for 32bits 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 > [Tremblay:server:(1) 0.000000] [Ping/INFO] Messages registered
6 > [Tremblay:server:(1) 0.000000] [Ping/INFO] Messages registered
7 > [Tremblay:server:(1) 0.000000] [Ping/INFO] >>>>>>>> Listening on port 4000 <<<<<<<<
8 > [Fafard:client:(2) 0.000000] [Ping/INFO] Launch client (server on Tremblay:4000)
9 > [Fafard:client:(2) 1.000000] [Ping/INFO] Connected to Tremblay:4000.
10 > [Fafard:client:(2) 1.000000] [Ping/INFO] Messages registered
11 > [Fafard:client:(2) 1.000000] [Ping/INFO] >>>>>>>> Connected to server which is on Tremblay:4000 <<<<<<<<
12 > [Tremblay:server:(1) 1.001977] [Ping/INFO] >>>>>>>> Got message PING(1234) from Fafard:0 <<<<<<<<
13 > [Fafard:client:(2) 1.001977] [Ping/INFO] >>>>>>>> Message PING(1234) sent to Tremblay:4000 <<<<<<<<
14 > [Fafard:client:(2) 1.003954] [Ping/INFO] >>>>>>>> Got PONG(4321) from Tremblay:4000 <<<<<<<<
15 > [Fafard:client:(2) 1.003954] [Ping/INFO] Done.
16 > [Fafard:client:(2) 1.003954] [gras/INFO] Exiting GRAS
17 > [Tremblay:server:(1) 1.003954] [Ping/INFO] >>>>>>>> Answered with PONG(4321) <<<<<<<<
18 > [Tremblay:server:(1) 1.003954] [Ping/INFO] Done.
19 > [Tremblay:server:(1) 1.003954] [gras/INFO] Exiting GRAS