Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use format precision modifier in date outputs, since some of the GRAS messages are...
[simgrid.git] / examples / gras / ping / test_sg.in
1
2 p Runs the 'ping' test within the simulator
3
4 $ ./ping_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/ping.xml  --log=root.fmt:"'[%h:%t:(%i) %.2r] [%c/%p] %m%n'"
5 > [Tremblay:server:(1) 0.00] [Ping/INFO] Launch server (port=4000)
6 > [Tremblay:server:(1) 0.00] [Ping/INFO] Messages registered
7 > [Tremblay:server:(1) 0.00] [Ping/INFO] Messages registered
8 > [Tremblay:server:(1) 0.00] [Ping/INFO] >>>>>>>> Listening on port 4000 <<<<<<<<
9 > [Fafard:client:(2) 0.00] [Ping/INFO] Launch client (server on Tremblay:4000)
10 > [Fafard:client:(2) 1.00] [Ping/INFO] Connected to Tremblay:4000.
11 > [Fafard:client:(2) 1.00] [Ping/INFO] Messages registered
12 > [Fafard:client:(2) 1.00] [Ping/INFO] >>>>>>>> Connected to server which is on Tremblay:4000 <<<<<<<<
13 > [Fafard:client:(2) 1.00] [Ping/INFO] >>>>>>>> Message PING(1234) sent to Tremblay:4000 <<<<<<<<
14 > [Tremblay:server:(1) 1.00] [Ping/INFO] >>>>>>>> Got message PING(1234) from Fafard:0 <<<<<<<<
15 > [Tremblay:server:(1) 1.00] [Ping/INFO] >>>>>>>> Answered with PONG(4321) <<<<<<<<
16 > [Tremblay:server:(1) 1.00] [Ping/INFO] Done.
17 > [Tremblay:server:(1) 1.00] [gras/INFO] Exiting GRAS
18 > [Fafard:client:(2) 1.00] [Ping/INFO] >>>>>>>> Got PONG(4321) from Tremblay:4000 <<<<<<<<
19 > [Fafard:client:(2) 1.00] [Ping/INFO] Done.
20 > [Fafard:client:(2) 1.00] [gras/INFO] Exiting GRAS
21