From: degomme Date: Fri, 12 Jul 2013 20:27:12 +0000 (+0200) Subject: remove problematic (and unused for now) test from build X-Git-Tag: v3_9_90~133 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0a956d1a79f5290c6f58f4778c655b8b637f5bbb?ds=sidebyside remove problematic (and unused for now) test from build --- diff --git a/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt b/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt index c628f28556..777eb88d82 100644 --- a/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/coll/CMakeLists.txt @@ -9,7 +9,7 @@ if(enable_smpi) endif() set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") - set(MPICH_FLAGS "-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DUSE_STDARG=1 -DHAVE_LONG_DOUBLE=1 -DHAVE_PROTOTYPES=1 -DHAVE_SIGNAL_H=1 -DHAVE_SIGACTION=1 -DHAVE_SLEEP=1 -DHAVE_SYSCONF=1 -Wno-error=unused-variable") + set(MPICH_FLAGS "-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DUSE_STDARG=1 -DHAVE_LONG_DOUBLE=1 -DHAVE_PROTOTYPES=1 -DHAVE_SIGNAL_H=1 -DHAVE_SIGACTION=1 -DHAVE_SLEEP=1 -DHAVE_SYSCONF=1 -Wno-error=unused-variable ") include_directories("${CMAKE_HOME_DIRECTORY}/include/smpi") include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../include/") @@ -24,7 +24,7 @@ if(enable_smpi) add_executable(allred4 allred4.c ../util/mtest.c) add_executable(allred5 allred5.c ../util/mtest.c) add_executable(allred6 allred6.c ../util/mtest.c) - add_executable(allred allred.c ../util/mtest.c) +# add_executable(allred allred.c ../util/mtest.c) add_executable(allredmany allredmany.c ../util/mtest.c) add_executable(alltoall1 alltoall1.c ../util/mtest.c) add_executable(alltoallv0 alltoallv0.c ../util/mtest.c) @@ -116,7 +116,7 @@ if(enable_smpi) target_link_libraries(allred4 simgrid) target_link_libraries(allred5 simgrid) target_link_libraries(allred6 simgrid) - target_link_libraries(allred simgrid) +# target_link_libraries(allred simgrid) target_link_libraries(allredmany simgrid) target_link_libraries(alltoall1 simgrid) target_link_libraries(alltoallv0 simgrid) @@ -208,7 +208,7 @@ if(enable_smpi) set_target_properties(allred4 PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") set_target_properties(allred5 PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") set_target_properties(allred6 PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") - set_target_properties(allred PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") +# set_target_properties(allred PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") set_target_properties(allredmany PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") set_target_properties(alltoall1 PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") set_target_properties(alltoallv0 PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}")