Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate the last nonblocking test in mpich3 suite, as now we should pass it.. probably.
authorAugustin Degomme <adegomme@users.noreply.github.com>
Fri, 7 May 2021 10:20:16 +0000 (12:20 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Fri, 7 May 2021 10:23:06 +0000 (12:23 +0200)
teshsuite/smpi/mpich3-test/coll/CMakeLists.txt
teshsuite/smpi/mpich3-test/coll/testlist

index d85adf5..c0223df 100644 (file)
@@ -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
index 6a84bf2..3b17eb2 100644 (file)
@@ -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