From 9e5fd10acb073dc8aeff9f9d2a5310f46dc3c439 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Fri, 7 May 2021 12:20:16 +0200 Subject: [PATCH] activate the last nonblocking test in mpich3 suite, as now we should pass it.. probably. --- teshsuite/smpi/mpich3-test/coll/CMakeLists.txt | 9 ++++----- teshsuite/smpi/mpich3-test/coll/testlist | 8 ++++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt b/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt index d85adf5bc2..c0223df01f 100644 --- a/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt @@ -14,15 +14,14 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) alltoallv0 alltoallv alltoallw1 alltoallw2 alltoallw_zeros bcasttest bcastzerotype coll2 coll3 coll4 coll5 coll6 coll7 coll8 coll9 coll10 coll11 coll12 coll13 exscan exscan2 gather gather2 - gather_big ibarrier longuser nonblocking nonblocking2 iallred + gather_big ibarrier longuser nonblocking nonblocking2 nonblocking3 iallred # icallgather icallgatherv icallreduce # icalltoall icalltoallv icalltoallw icbarrier icbcast # icgather icgatherv icreduce icscatter icscatterv opband opbor opbxor opland oplor oplxor opmax opmaxloc - opmin opminloc opprod opsum - #nonblocking3 - op_commutative red3 red4 redscat2 redscat3 redscatbkinter redscatblk3 - redscat red_scat_block red_scat_block2 allgatherv4 allred + opmin opminloc opprod opsum + op_commutative red3 red4 redscat2 redscat3 redscatbkinter redscatblk3 + redscat red_scat_block red_scat_block2 allgatherv4 allred # redscatinter reduce_local scantst scatter2 scatter3 scattern scatterv uoplong diff --git a/teshsuite/smpi/mpich3-test/coll/testlist b/teshsuite/smpi/mpich3-test/coll/testlist index 6a84bf2455..3b17eb2b43 100644 --- a/teshsuite/smpi/mpich3-test/coll/testlist +++ b/teshsuite/smpi/mpich3-test/coll/testlist @@ -137,10 +137,10 @@ nonblocking2 1 nonblocking2 4 nonblocking2 5 nonblocking2 10 -#nonblocking3 1 mpiversion=3.0 -#nonblocking3 4 mpiversion=3.0 -#nonblocking3 5 mpiversion=3.0 -#nonblocking3 10 timeLimit=600 mpiversion=3.0 +nonblocking3 1 mpiversion=3.0 +nonblocking3 4 mpiversion=3.0 +nonblocking3 5 mpiversion=3.0 +nonblocking3 10 timeLimit=600 mpiversion=3.0 iallred 2 # ibarrier will hang forever if it fails, but will complete quickly if it # succeeds -- 2.20.1