~ubuntu-branches/ubuntu/raring/simgrid/raring

« back to all changes in this revision

Viewing changes to examples/gras/ping/test_sg_64.tesh

  • Committer: Package Import Robot
  • Author(s): Martin Quinson
  • Date: 2013-01-31 00:24:51 UTC
  • mfrom: (10.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20130131002451-krejhf7w7h24lpsc
Tags: 3.9~rc1-1
* New upstream release: the "Grasgory" release. Major changes:
  - Gras was completely removed from this version.
  - Documentation reorganization to ease browsing it.
  - New default value for the TCP_gamma parameter: 4MiB

Show diffs side-by-side

added added

removed removed

Lines of Context:
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