Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Biggest commit ever (SIMIX2): the user processes can now run in parallel
[simgrid.git] / examples / gras / properties / test_sg
1 p Runs the 'properties' test within the simulator (simulation times valid for 32bits architectures)
2
3 ! output sort
4 $ $SG_TEST_EXENV ./properties_simulator${EXEEXT:=} ${srcdir:=.}/../../platforms/prop.xml ${srcdir:=.}/properties.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
5 > [  0.000000] (2:bob@host1) == Dump all the properties of host1
6 > [  0.000000] (2:bob@host1)   Host property: 'SG_TEST_Hdd' has value: '180'
7 > [  0.000000] (2:bob@host1)   Host property: 'SG_TEST_mem' has value: '4'
8 > [  0.000000] (2:bob@host1) == Try to get a property that does not exist
9 > [  0.000000] (2:bob@host1) == Set a host property that alice will try to retrieve in SG (from bob->hello)
10 > [  0.000000] (2:bob@host1) == Dump all the properties of host1 again to check the addition
11 > [  0.000000] (2:bob@host1)   Host property: 'from bob' has value: 'hello'
12 > [  0.000000] (2:bob@host1)   Host property: 'SG_TEST_Hdd' has value: '180'
13 > [  0.000000] (2:bob@host1)   Host property: 'SG_TEST_mem' has value: '4'
14 > [  1.000000] (1:alice@host1) == Dump all the properties of current host
15 > [  1.000000] (1:alice@host1)   Host property: 'from bob' has value: 'hello'
16 > [  1.000000] (1:alice@host1)   Host property: 'SG_TEST_Hdd' has value: '180'
17 > [  1.000000] (1:alice@host1)   Host property: 'SG_TEST_mem' has value: '4'
18 > [  1.000000] (1:alice@host1) == Dump all the properties of alice
19 > [  1.000000] (1:alice@host1)   Process property: 'SG_TEST_blah' has value: 'blah'
20 > [  1.000000] (1:alice@host1) == Try to get a process property that does not exist
21 > [  1.000000] (1:alice@host1) == Trying to modify a process property
22 > [  1.000000] (1:alice@host1) Exiting GRAS
23 > [  1.000000] (2:bob@host1) Exiting GRAS