X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6f5a3a45f1fc86d0ca10bc6c31e22e5686071f45..cdf6a962eb4e88efbed3df9c41343adabcf09e6c:/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt diff --git a/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt b/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt index 3fd1c540f9..d85adf5bc2 100644 --- a/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt @@ -18,13 +18,14 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) # 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 + 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 # redscatinter reduce_local scantst scatter2 scatter3 scattern scatterv - # uoplong + uoplong ) add_executable(${test} EXCLUDE_FROM_ALL ${test}.c) add_dependencies(tests ${test})