X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96ae3000c2a616aba1fefbea9245df04999fe89e..c459a45307959148a042cbf932f2666ab333fba4:/teshsuite/smpi/coll-alltoall/clusters.tesh diff --git a/teshsuite/smpi/coll-alltoall/clusters.tesh b/teshsuite/smpi/coll-alltoall/clusters.tesh index fb21894759..f31c1dbccf 100644 --- a/teshsuite/smpi/coll-alltoall/clusters.tesh +++ b/teshsuite/smpi/coll-alltoall/clusters.tesh @@ -1,21 +1,20 @@ # Smpi Alltoall on various cluster files, with several routings -! setenv LD_LIBRARY_PATH=../../lib ! output sort p Test classic - backbone -$ ${bindir:=.}/../../../bin/smpirun -map -hostfile ../hostfile_cluster -platform ../../../examples/platforms/cluster.xml -np 12 --log=xbt_cfg.thres:critical ${bindir:=.}/coll-alltoall -q --log=smpi_kernel.thres:warning --log=smpi_coll.thres:error -> [rank 0] -> node-0.acme.org -> [rank 1] -> node-1.acme.org -> [rank 2] -> node-2.acme.org -> [rank 3] -> node-3.acme.org -> [rank 4] -> node-4.acme.org -> [rank 5] -> node-5.acme.org -> [rank 6] -> node-6.acme.org -> [rank 7] -> node-7.acme.org -> [rank 8] -> node-8.acme.org -> [rank 9] -> node-9.acme.org -> [rank 10] -> node-10.acme.org -> [rank 11] -> node-11.acme.org +$ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ${bindir}/../hostfile_cluster -platform ${platfdir:=.}/cluster_backbone.xml -np 12 --log=xbt_cfg.thres:critical ${bindir:=.}/coll-alltoall -q --log=smpi_kernel.thres:warning --log=smpi_coll.thres:error --log=smpi_mpi.thres:error +> [rank 0] -> node-0.simgrid.org +> [rank 1] -> node-1.simgrid.org +> [rank 2] -> node-2.simgrid.org +> [rank 3] -> node-3.simgrid.org +> [rank 4] -> node-4.simgrid.org +> [rank 5] -> node-5.simgrid.org +> [rank 6] -> node-6.simgrid.org +> [rank 7] -> node-7.simgrid.org +> [rank 8] -> node-8.simgrid.org +> [rank 9] -> node-9.simgrid.org +> [rank 10] -> node-10.simgrid.org +> [rank 11] -> node-11.simgrid.org > [0] sndbuf=[0 1 2 3 4 5 6 7 8 9 10 11 ] > [1] sndbuf=[12 13 14 15 16 17 18 19 20 21 22 23 ] > [2] sndbuf=[24 25 26 27 28 29 30 31 32 33 34 35 ] @@ -43,19 +42,19 @@ $ ${bindir:=.}/../../../bin/smpirun -map -hostfile ../hostfile_cluster -platform ! output sort p Test separate clusters -$ ${bindir:=.}/../../../bin/smpirun -map -hostfile ../hostfile_cluster -platform ../../../examples/platforms/two_clusters.xml -np 12 --log=xbt_cfg.thres:critical ${bindir:=.}/coll-alltoall -q --log=smpi_kernel.thres:warning --log=smpi_coll.thres:error -> [rank 0] -> node-0.acme.org -> [rank 1] -> node-1.acme.org -> [rank 2] -> node-2.acme.org -> [rank 3] -> node-3.acme.org -> [rank 4] -> node-4.acme.org -> [rank 5] -> node-5.acme.org -> [rank 6] -> node-6.acme.org -> [rank 7] -> node-7.acme.org -> [rank 8] -> node-8.acme.org -> [rank 9] -> node-9.acme.org -> [rank 10] -> node-10.acme.org -> [rank 11] -> node-11.acme.org +$ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -platform ../../../examples/platforms/cluster_multi.xml -np 12 --log=xbt_cfg.thres:critical ${bindir:=.}/coll-alltoall -q --log=smpi_kernel.thres:warning --log=smpi_coll.thres:error --log=smpi_mpi.thres:error +> [rank 0] -> node-0.1core.org +> [rank 1] -> node-1.1core.org +> [rank 2] -> node-2.1core.org +> [rank 3] -> node-3.1core.org +> [rank 4] -> node-4.1core.org +> [rank 5] -> node-5.1core.org +> [rank 6] -> node-6.1core.org +> [rank 7] -> node-7.1core.org +> [rank 8] -> node-0.2cores.org +> [rank 9] -> node-1.2cores.org +> [rank 10] -> node-2.2cores.org +> [rank 11] -> node-3.2cores.org > [0] sndbuf=[0 1 2 3 4 5 6 7 8 9 10 11 ] > [1] sndbuf=[12 13 14 15 16 17 18 19 20 21 22 23 ] > [2] sndbuf=[24 25 26 27 28 29 30 31 32 33 34 35 ] @@ -83,19 +82,19 @@ $ ${bindir:=.}/../../../bin/smpirun -map -hostfile ../hostfile_cluster -platform ! output sort p Test torus -$ ${bindir:=.}/../../../bin/smpirun -map -hostfile ../hostfile_cluster -platform ../../../examples/platforms/torus_cluster.xml -np 12 --log=xbt_cfg.thres:critical ${bindir:=.}/coll-alltoall -q --log=smpi_kernel.thres:warning --log=smpi_coll.thres:error -> [rank 0] -> node-0.acme.org -> [rank 1] -> node-1.acme.org -> [rank 2] -> node-2.acme.org -> [rank 3] -> node-3.acme.org -> [rank 4] -> node-4.acme.org -> [rank 5] -> node-5.acme.org -> [rank 6] -> node-6.acme.org -> [rank 7] -> node-7.acme.org -> [rank 8] -> node-8.acme.org -> [rank 9] -> node-9.acme.org -> [rank 10] -> node-10.acme.org -> [rank 11] -> node-11.acme.org +$ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_cluster -platform ../../../examples/platforms/cluster_torus.xml -np 12 --log=xbt_cfg.thres:critical ${bindir:=.}/coll-alltoall -q --log=smpi_kernel.thres:warning --log=smpi_coll.thres:error --log=smpi_mpi.thres:error +> [rank 0] -> node-0.simgrid.org +> [rank 1] -> node-1.simgrid.org +> [rank 2] -> node-2.simgrid.org +> [rank 3] -> node-3.simgrid.org +> [rank 4] -> node-4.simgrid.org +> [rank 5] -> node-5.simgrid.org +> [rank 6] -> node-6.simgrid.org +> [rank 7] -> node-7.simgrid.org +> [rank 8] -> node-8.simgrid.org +> [rank 9] -> node-9.simgrid.org +> [rank 10] -> node-10.simgrid.org +> [rank 11] -> node-11.simgrid.org > [0] sndbuf=[0 1 2 3 4 5 6 7 8 9 10 11 ] > [1] sndbuf=[12 13 14 15 16 17 18 19 20 21 22 23 ] > [2] sndbuf=[24 25 26 27 28 29 30 31 32 33 34 35 ] @@ -123,19 +122,19 @@ $ ${bindir:=.}/../../../bin/smpirun -map -hostfile ../hostfile_cluster -platform ! output sort p Test fat tree -$ ${bindir:=.}/../../../bin/smpirun -map -hostfile ../hostfile_cluster -platform ../../../examples/platforms/fat_tree_cluster.xml -np 12 --log=xbt_cfg.thres:critical ${bindir:=.}/coll-alltoall -q --log=smpi_kernel.thres:warning --log=smpi_coll.thres:error -> [rank 0] -> node-0.acme.org -> [rank 1] -> node-1.acme.org -> [rank 2] -> node-2.acme.org -> [rank 3] -> node-3.acme.org -> [rank 4] -> node-4.acme.org -> [rank 5] -> node-5.acme.org -> [rank 6] -> node-6.acme.org -> [rank 7] -> node-7.acme.org -> [rank 8] -> node-8.acme.org -> [rank 9] -> node-9.acme.org -> [rank 10] -> node-10.acme.org -> [rank 11] -> node-11.acme.org +$ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_cluster -platform ../../../examples/platforms/cluster_fat_tree.xml -np 12 --log=xbt_cfg.thres:critical ${bindir:=.}/coll-alltoall -q --log=smpi_kernel.thres:warning --log=smpi_coll.thres:error --log=smpi_mpi.thres:error +> [rank 0] -> node-0.simgrid.org +> [rank 1] -> node-1.simgrid.org +> [rank 2] -> node-2.simgrid.org +> [rank 3] -> node-3.simgrid.org +> [rank 4] -> node-4.simgrid.org +> [rank 5] -> node-5.simgrid.org +> [rank 6] -> node-6.simgrid.org +> [rank 7] -> node-7.simgrid.org +> [rank 8] -> node-8.simgrid.org +> [rank 9] -> node-9.simgrid.org +> [rank 10] -> node-10.simgrid.org +> [rank 11] -> node-11.simgrid.org > [0] sndbuf=[0 1 2 3 4 5 6 7 8 9 10 11 ] > [1] sndbuf=[12 13 14 15 16 17 18 19 20 21 22 23 ] > [2] sndbuf=[24 25 26 27 28 29 30 31 32 33 34 35 ] @@ -163,19 +162,19 @@ $ ${bindir:=.}/../../../bin/smpirun -map -hostfile ../hostfile_cluster -platform ! output sort p Test fat tree IB -$ ${bindir:=.}/../../../bin/smpirun -map -hostfile ../hostfile_cluster -platform ../../../examples/platforms/fat_tree_cluster.xml -np 12 --cfg=network/model:IB --log=xbt_cfg.thres:critical ${bindir:=.}/coll-alltoall -q --log=smpi_kernel.thres:warning --log=smpi_coll.thres:error -> [rank 0] -> node-0.acme.org -> [rank 1] -> node-1.acme.org -> [rank 2] -> node-2.acme.org -> [rank 3] -> node-3.acme.org -> [rank 4] -> node-4.acme.org -> [rank 5] -> node-5.acme.org -> [rank 6] -> node-6.acme.org -> [rank 7] -> node-7.acme.org -> [rank 8] -> node-8.acme.org -> [rank 9] -> node-9.acme.org -> [rank 10] -> node-10.acme.org -> [rank 11] -> node-11.acme.org +$ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_cluster -platform ../../../examples/platforms/cluster_fat_tree.xml -np 12 --cfg=network/model:IB --log=xbt_cfg.thres:critical ${bindir:=.}/coll-alltoall -q --log=smpi_kernel.thres:warning --log=smpi_coll.thres:error --log=smpi_mpi.thres:error +> [rank 0] -> node-0.simgrid.org +> [rank 1] -> node-1.simgrid.org +> [rank 2] -> node-2.simgrid.org +> [rank 3] -> node-3.simgrid.org +> [rank 4] -> node-4.simgrid.org +> [rank 5] -> node-5.simgrid.org +> [rank 6] -> node-6.simgrid.org +> [rank 7] -> node-7.simgrid.org +> [rank 8] -> node-8.simgrid.org +> [rank 9] -> node-9.simgrid.org +> [rank 10] -> node-10.simgrid.org +> [rank 11] -> node-11.simgrid.org > [0] sndbuf=[0 1 2 3 4 5 6 7 8 9 10 11 ] > [1] sndbuf=[12 13 14 15 16 17 18 19 20 21 22 23 ] > [2] sndbuf=[24 25 26 27 28 29 30 31 32 33 34 35 ] @@ -203,19 +202,19 @@ $ ${bindir:=.}/../../../bin/smpirun -map -hostfile ../hostfile_cluster -platform ! output sort p Test Dragonfly -$ ${bindir:=.}/../../../bin/smpirun -map -hostfile ../hostfile_cluster -platform ../../../examples/platforms/dragonfly_cluster.xml -np 12 --log=xbt_cfg.thres:critical ${bindir:=.}/coll-alltoall -q --log=smpi_kernel.thres:warning --log=smpi_coll.thres:error -> [rank 0] -> node-0.acme.org -> [rank 1] -> node-1.acme.org -> [rank 2] -> node-2.acme.org -> [rank 3] -> node-3.acme.org -> [rank 4] -> node-4.acme.org -> [rank 5] -> node-5.acme.org -> [rank 6] -> node-6.acme.org -> [rank 7] -> node-7.acme.org -> [rank 8] -> node-8.acme.org -> [rank 9] -> node-9.acme.org -> [rank 10] -> node-10.acme.org -> [rank 11] -> node-11.acme.org +$ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_cluster -platform ../../../examples/platforms/cluster_dragonfly.xml -np 12 --log=xbt_cfg.thres:critical ${bindir:=.}/coll-alltoall -q --log=smpi_kernel.thres:warning --log=smpi_coll.thres:error --log=smpi_mpi.thres:error +> [rank 0] -> node-0.simgrid.org +> [rank 1] -> node-1.simgrid.org +> [rank 2] -> node-2.simgrid.org +> [rank 3] -> node-3.simgrid.org +> [rank 4] -> node-4.simgrid.org +> [rank 5] -> node-5.simgrid.org +> [rank 6] -> node-6.simgrid.org +> [rank 7] -> node-7.simgrid.org +> [rank 8] -> node-8.simgrid.org +> [rank 9] -> node-9.simgrid.org +> [rank 10] -> node-10.simgrid.org +> [rank 11] -> node-11.simgrid.org > [0] sndbuf=[0 1 2 3 4 5 6 7 8 9 10 11 ] > [1] sndbuf=[12 13 14 15 16 17 18 19 20 21 22 23 ] > [2] sndbuf=[24 25 26 27 28 29 30 31 32 33 34 35 ]