Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a test for mpi_cart_sub based on the bug report by Jonathan Borne.
[simgrid.git] / teshsuite / smpi / topo-cart-sub / topo-cart-sub.tesh
1 p Test cart_sub
2 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/topo-cart-sub -q --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
3 > [rank 0] -> Tremblay
4 > [rank 1] -> Jupiter
5 > [rank 2] -> Fafard
6 > [rank 3] -> Ginette
7 > rank 0: Alive 
8 > rank 1: Alive 
9 > rank 2: Alive 
10 > rank 3: Alive 
11 > process:(0,0) 
12 > -------------------
13 > 0 0 0 
14 > 0 0 0 
15 > 0 0 0 
16 > -------------------
17 > process:(1,0) 
18 > -------------------
19 > 2 0 0 
20 > 0 2 0 
21 > 0 0 2 
22 > -------------------
23 > process:(0,1) 
24 > -------------------
25 > 0 0 0 
26 > 0 0 0 
27 > 0 0 0 
28 > -------------------
29 > process:(1,1) 
30 > -------------------
31 > 2 0 0 
32 > 0 2 0 
33 > 0 0 2 
34 > -------------------
35