Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add MPI_Win_get_group, and activate some tests using *c2f and *f2c calls
[simgrid.git] / teshsuite / smpi / mpich3-test / rma / CMakeLists.txt
index 6823da3..bde731c 100644 (file)
@@ -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}")