X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ae5bd0ed44d9ba217556295e8c48e7eb5e4688c..8c8892e660c3672d9263394e22fb3a7b040914bc:/teshsuite/smpi/mpich3-test/rma/CMakeLists.txt diff --git a/teshsuite/smpi/mpich3-test/rma/CMakeLists.txt b/teshsuite/smpi/mpich3-test/rma/CMakeLists.txt index 6823da3064..bde731c140 100644 --- a/teshsuite/smpi/mpich3-test/rma/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/rma/CMakeLists.txt @@ -40,7 +40,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) # add_executable(get_acc_local get_acc_local.c) # add_executable(get_accumulate get_accumulate.c) add_executable(getfence1 getfence1.c) -# add_executable(getgroup getgroup.c) + add_executable(getgroup getgroup.c) # add_executable(ircpi ircpi.c) # add_executable(linked_list_bench_lock_all linked_list_bench_lock_all.c) # add_executable(linked_list_bench_lock_excl linked_list_bench_lock_excl.c) @@ -138,7 +138,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) # target_link_libraries(get_acc_local simgrid mtest_c) # target_link_libraries(get_accumulate simgrid mtest_c) target_link_libraries(getfence1 simgrid mtest_c) -# target_link_libraries(getgroup simgrid mtest_c) + target_link_libraries(getgroup simgrid mtest_c) # target_link_libraries(ircpi simgrid mtest_c) # target_link_libraries(linked_list_bench_lock_all simgrid mtest_c) # target_link_libraries(linked_list_bench_lock_excl simgrid mtest_c) @@ -236,7 +236,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) # set_target_properties(get_acc_local PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") # set_target_properties(get_accumulate PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") set_target_properties(getfence1 PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") -# set_target_properties(getgroup PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") + set_target_properties(getgroup PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") # set_target_properties(ircpi PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") # set_target_properties(linked_list_bench_lock_all PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") # set_target_properties(linked_list_bench_lock_excl PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}")