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

« back to all changes in this revision

Viewing changes to teshsuite/gras/msg_handle/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 'msg_handle' 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 gras/msg_handle/msg_handle_simulator$EXEEXT ${srcdir:=.}/../examples/msg/small_platform.xml ${srcdir:=.}/gras/msg_handle/msg_handle.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 (port=4000)
8
 
> [  1.000390] (1:server@Tremblay) Initialization done.
9
 
> [  1.000390] (1:server@Tremblay) gras_msg_handle(0) works as expected (immediate timeout)
10
 
> [  1.000390] (2:client@Fafard) Initialization done.
11
 
> [  2.000390] (1:server@Tremblay) gras_msg_handle(1) works as expected (delayed timeout)
12
 
> [  5.000390] (1:server@Tremblay) Unlock pal
13
 
> [  5.026098] (1:server@Tremblay) Exiting GRAS
14
 
> [  5.026098] (2:client@Fafard) Got the message
15
 
> [  5.026098] (2:client@Fafard) gras_msg_handle(-1) works as expected (locked)
16
 
> [  5.026098] (2:client@Fafard) Exiting GRAS