Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove gras from the main documentation
[simgrid.git] / examples / gras / ping / test_sg_64.tesh
1 p Runs the 'ping' test within the simulator (simulation times valid for 64bits architectures)
2
3 ! output sort
4 ! setenv GRAS_NO_WARN_EXPERIMENTAL=1
5 $ $SG_TEST_EXENV ./ping_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/ping.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
6 > [  0.000000] (1:server@Tremblay) Launch server (port=4000)
7 > [  0.000000] (2:client@Fafard) Launch client (server on Tremblay:4000)
8 > [  0.000195] (1:server@Tremblay) Messages registered
9 > [  0.000195] (1:server@Tremblay) Messages registered
10 > [  0.000195] (1:server@Tremblay) >>>>>>>> Listening on port 4000 <<<<<<<<
11 > [  0.000195] (2:client@Fafard) Connected to Tremblay:4000.
12 > [  0.000195] (2:client@Fafard) Messages registered
13 > [  0.000195] (2:client@Fafard) >>>>>>>> Connected to server which is on Tremblay:4000 <<<<<<<<
14 > [  0.025904] (1:server@Tremblay) >>>>>>>> Got message PING(1234) from Fafard:5000 <<<<<<<<
15 > [  0.025904] (2:client@Fafard) >>>>>>>> Message PING(1234) sent to Tremblay:4000 <<<<<<<<
16 > [  0.051613] (1:server@Tremblay) >>>>>>>> Answered with PONG(4321) <<<<<<<<
17 > [  0.051613] (1:server@Tremblay) Done.
18 > [  0.051613] (1:server@Tremblay) Exiting GRAS
19 > [  0.051613] (2:client@Fafard) >>>>>>>> Got PONG(4321) from Tremblay:4000 <<<<<<<<
20 > [  0.051613] (2:client@Fafard) Done.
21 > [  0.051613] (2:client@Fafard) Exiting GRAS