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

« back to all changes in this revision

Viewing changes to examples/msg/properties/msg_prop.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:
4
4
 
5
5
! output sort
6
6
$ $SG_TEST_EXENV properties/msg_prop$EXEEXT ${srcdir:=.}/../platforms/prop.xml ${srcdir:=.}/properties/deployment_properties.xml  "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 
7
> [  0.000000] (0:@) There are 2 hosts in the environment
 
8
> [  0.000000] (0:@) Host 'host1' runs at 1000000000 flops/s
 
9
> [  0.000000] (0:@) Host 'host2' runs at 1000000000 flops/s
7
10
> [  0.000000] (1:alice@host1) == Print the properties of the host
8
 
> [  0.000000] (1:alice@host1)   Host property: 'SG_TEST_Hdd' -> '180'
9
 
> [  0.000000] (1:alice@host1)   Host property: 'SG_TEST_mem' -> '4'
 
11
> [  0.000000] (1:alice@host1)   Host property: 'mem' -> '4'
 
12
> [  0.000000] (1:alice@host1)   Host property: 'Hdd' -> '180'
10
13
> [  0.000000] (1:alice@host1) == Try to get a host property that does not exist
11
14
> [  0.000000] (1:alice@host1) == Try to get a host property that does exist
12
 
> [  0.000000] (1:alice@host1)    Property: SG_TEST_Hdd old value: 180
 
15
> [  0.000000] (1:alice@host1)    Property: Hdd old value: 180
13
16
> [  0.000000] (1:alice@host1) == Trying to modify a host property
14
 
> [  0.000000] (1:alice@host1)    Property: SG_TEST_Hdd old value: 250
 
17
> [  0.000000] (1:alice@host1)    Property: Hdd old value: 250
15
18
> [  0.000000] (2:bob@host1) == Print the properties of the process
16
19
> [  0.000000] (2:bob@host1)    Process property: SomeProp -> SomeValue
17
20
> [  0.000000] (2:bob@host1) == Try to get a process property that does not exist
18
21
> [  1.000000] (3:carole@host2) == Print the properties of the host
19
 
> [  1.000000] (3:carole@host2)   Host property: 'SG_TEST_Hdd' -> '180'
20
 
> [  1.000000] (3:carole@host2)   Host property: 'SG_TEST_mem' -> '4'
 
22
> [  1.000000] (3:carole@host2)   Host property: 'mem' -> '4'
 
23
> [  1.000000] (3:carole@host2)   Host property: 'Hdd' -> '180'
21
24
> [  1.000000] (3:carole@host2) == Try to get a host property that does not exist
22
25
> [  1.000000] (3:carole@host2) == Try to get a host property that does exist
23
 
> [  1.000000] (3:carole@host2)    Property: SG_TEST_Hdd old value: 180
 
26
> [  1.000000] (3:carole@host2)    Property: Hdd old value: 180
24
27
> [  1.000000] (3:carole@host2) == Trying to modify a host property
25
 
> [  1.000000] (3:carole@host2)    Property: SG_TEST_Hdd old value: 250
 
28
> [  1.000000] (3:carole@host2)    Property: Hdd old value: 250