Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initialize arrays at declaration, and remove use of deprecated bzero().
[simgrid.git] / teshsuite / smpi / shared.tesh
1 p Test compute
2 ! setenv LD_LIBRARY_PATH=../../lib
3 ! output sort
4 ! timeout 5
5 $ ../../smpi_script/bin/smpirun -platform ${srcdir:=.}/../../examples/msg/small_platform_with_routers.xml -hostfile ${srcdir:=.}/hostfile -np 4 ./shared 
6 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)
7 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '1e-9'
8 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
9 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP_gamma' to '4194304'
10 > [0] After change, the value in the shared buffer is: 16053117601147974045
11 > [0] The value in the shared buffer is: 4
12 > [1] After change, the value in the shared buffer is: 16053117601147974045
13 > [1] The value in the shared buffer is: 4
14 > [2] After change, the value in the shared buffer is: 16053117601147974045
15 > [2] The value in the shared buffer is: 4
16 > [3] After change, the value in the shared buffer is: 16053117601147974045
17 > [3] The value in the shared buffer is: 4
18 > hashing !
19
20