X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3b7e5f4b4d7c87ee3e8827313ec966ea8fc8387..b2852b7c61948f495d7437ffaa7fd9aced12849c:/teshsuite/smpi/topo-cart-sub/topo-cart-sub.tesh?ds=sidebyside diff --git a/teshsuite/smpi/topo-cart-sub/topo-cart-sub.tesh b/teshsuite/smpi/topo-cart-sub/topo-cart-sub.tesh index aa69b8e599..d1cda93c27 100644 --- a/teshsuite/smpi/topo-cart-sub/topo-cart-sub.tesh +++ b/teshsuite/smpi/topo-cart-sub/topo-cart-sub.tesh @@ -1,35 +1,36 @@ p Test cart_sub -$ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/topo-cart-sub -q --log=smpi_config.thres:warning --log=xbt_cfg.thres:warning -> [rank 0] -> Tremblay -> [rank 1] -> Jupiter -> [rank 2] -> Fafard -> [rank 3] -> Ginette -> rank 0: Alive -> rank 1: Alive -> rank 2: Alive -> rank 3: Alive -> process:(0,0) -> ------------------- -> 0 0 0 -> 0 0 0 -> 0 0 0 -> ------------------- -> process:(1,0) -> ------------------- -> 2 0 0 -> 0 2 0 -> 0 0 2 -> ------------------- -> process:(0,1) -> ------------------- -> 0 0 0 -> 0 0 0 -> 0 0 0 -> ------------------- -> process:(1,1) -> ------------------- -> 2 0 0 -> 0 2 0 -> 0 0 2 +! output sort +$ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile -platform ${platfdir:=.}/small_platform.xml -np 4 ${bindir:=.}/topo-cart-sub -q --log=smpi_config.thres:warning --log=xbt_cfg.thres:warning +> [0.000000] [smpi/INFO] [rank 0] -> Tremblay +> [0.000000] [smpi/INFO] [rank 1] -> Jupiter +> [0.000000] [smpi/INFO] [rank 2] -> Fafard +> [0.000000] [smpi/INFO] [rank 3] -> Ginette +> rank 0: Alive +> rank 1: Alive +> rank 2: Alive +> rank 3: Alive +> process:(0,0) +> ------------------- +> 0 0 0 +> 0 0 0 +> 0 0 0 +> ------------------- +> process:(1,0) +> ------------------- +> 2 0 0 +> 0 2 0 +> 0 0 2 +> ------------------- +> process:(0,1) +> ------------------- +> 0 0 0 +> 0 0 0 +> 0 0 0 +> ------------------- +> process:(1,1) +> ------------------- +> 2 0 0 +> 0 2 0 +> 0 0 2 > -------------------