From: Augustin Degomme Date: Mon, 21 Jul 2014 09:32:40 +0000 (+0200) Subject: reactivate allred test X-Git-Tag: v3_12~893^2~14 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d50ac0d02476601f9fe8ec760dce685d39d61bc7 reactivate allred test But have its compilation flags set to O0 to avoid issues with ci slaves (too long time to compile with optims all the macros used, and too much memory used) --- diff --git a/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt b/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt index 7f4dc7f88c..0945a17d70 100644 --- a/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt @@ -22,7 +22,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) add_executable(allred4 allred4.c) add_executable(allred5 allred5.c) add_executable(allred6 allred6.c) -# add_executable(allred allred.c) + add_executable(allred allred.c) add_executable(allredmany allredmany.c) add_executable(alltoall1 alltoall1.c) add_executable(alltoallv0 alltoallv0.c) @@ -113,7 +113,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) target_link_libraries(allred4 simgrid mtest_c) target_link_libraries(allred5 simgrid mtest_c) target_link_libraries(allred6 simgrid mtest_c) -# target_link_libraries(allred simgrid mtest_c) + target_link_libraries(allred simgrid mtest_c) target_link_libraries(allredmany simgrid mtest_c) target_link_libraries(alltoall1 simgrid mtest_c) target_link_libraries(alltoallv0 simgrid mtest_c) @@ -194,6 +194,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) target_link_libraries(scatterv simgrid mtest_c) # target_link_libraries(uoplong simgrid mtest_c) + set_target_properties(allred PROPERTIES COMPILE_FLAGS "-O0" LINK_FLAGS "-O0") endif() set(tesh_files diff --git a/teshsuite/smpi/mpich3-test/coll/testlist b/teshsuite/smpi/mpich3-test/coll/testlist index 08463d6b9a..434ea847bc 100644 --- a/teshsuite/smpi/mpich3-test/coll/testlist +++ b/teshsuite/smpi/mpich3-test/coll/testlist @@ -1,7 +1,6 @@ -#needs MPI_Errhandler_set MPI_Type_get_name -#allred 4 -#allred 7 -#allred 4 arg=100 +allred 4 +allred 7 +allred 4 arg=100 allredmany 4 allred2 4 allred3 10