Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a flatifying test with a multicore cluster -- it's broken for now
[simgrid.git] / teshsuite / smpi / vector.tesh
1 p Test vector
2 ! setenv LD_LIBRARY_PATH=../../lib
3 ! output sort
4 $ ../../smpi_script/bin/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../../examples/msg/small_platform.xml -np 2 ./vector_test -q --log=smpi_kernel.thres:warning
5 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)
6 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '1e-9'
7 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'surf/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 > [rank 0] -> Tremblay
11 > [rank 1] -> Jupiter
12 > rank= 0, a[0][0]=0.000000
13 > rank= 0, a[0][1]=1.000000
14 > rank= 0, a[0][2]=2.000000
15 > rank= 0, a[0][3]=3.000000
16 > rank= 0, a[1][0]=4.000000
17 > rank= 0, a[1][1]=5.000000
18 > rank= 0, a[1][2]=6.000000
19 > rank= 0, a[1][3]=7.000000
20 > rank= 0, a[2][0]=8.000000
21 > rank= 0, a[2][1]=9.000000
22 > rank= 0, a[2][2]=10.000000
23 > rank= 0, a[2][3]=11.000000
24 > rank= 0, a[3][0]=12.000000
25 > rank= 0, a[3][1]=13.000000
26 > rank= 0, a[3][2]=14.000000
27 > rank= 0, a[3][3]=15.000000
28 > rank= 1, a[0][0]=0.000000
29 > rank= 1, a[0][1]=0.000000
30 > rank= 1, a[0][2]=0.000000
31 > rank= 1, a[0][3]=0.000000
32 > rank= 1, a[1][0]=4.000000
33 > rank= 1, a[1][1]=0.000000
34 > rank= 1, a[1][2]=0.000000
35 > rank= 1, a[1][3]=0.000000
36 > rank= 1, a[2][0]=8.000000
37 > rank= 1, a[2][1]=0.000000
38 > rank= 1, a[2][2]=0.000000
39 > rank= 1, a[2][3]=0.000000
40 > rank= 1, a[3][0]=12.000000
41 > rank= 1, a[3][1]=0.000000
42 > rank= 1, a[3][2]=0.000000
43 > rank= 1, a[3][3]=0.000000