From 038847d4da2b1ebdea1c0a01563e684fb48e455e Mon Sep 17 00:00:00 2001 From: Bruno Donassolo Date: Thu, 3 Jun 2021 14:40:06 +0200 Subject: [PATCH] Adjust test Nodes chosen to run the test arent the same anymore. --- teshsuite/smpi/coll-alltoall/clusters.tesh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/teshsuite/smpi/coll-alltoall/clusters.tesh b/teshsuite/smpi/coll-alltoall/clusters.tesh index 7e5f3cecc0..a6977df893 100644 --- a/teshsuite/smpi/coll-alltoall/clusters.tesh +++ b/teshsuite/smpi/coll-alltoall/clusters.tesh @@ -44,17 +44,17 @@ $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ${bindir}/../host p Test separate clusters $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -platform ${platfdir:=.}/cluster_multi.xml -np 12 --log=xbt_cfg.thres:critical ${bindir:=.}/coll-alltoall -q --log=smpi_config.thres:warning --log=smpi_coll.thres:error --log=smpi_mpi.thres:error --log=smpi_pmpi.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-0.2cores.org -> [rank 8] -> node-1.2cores.org -> [rank 9] -> node-2.2cores.org +> [rank 1] -> node-0.2cores.org +> [rank 2] -> node-0.4cores.org +> [rank 3] -> node-1.1core.org +> [rank 4] -> node-1.2cores.org +> [rank 5] -> node-1.4cores.org +> [rank 6] -> node-2.1core.org +> [rank 7] -> node-2.2cores.org +> [rank 8] -> node-2.4cores.org +> [rank 9] -> node-3.1core.org > [rank 10] -> node-3.2cores.org -> [rank 11] -> node-4.2cores.org +> [rank 11] -> node-3.4cores.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 ] -- 2.20.1