X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49e85177c669d793e84242983a1b1f430e47184e..e1f9a5babb738f62df993badb055270b96965f9a:/teshsuite/smpi/mpich3-test/comm/CMakeLists.txt diff --git a/teshsuite/smpi/mpich3-test/comm/CMakeLists.txt b/teshsuite/smpi/mpich3-test/comm/CMakeLists.txt index 715ced56ae..779209f9e5 100644 --- a/teshsuite/smpi/mpich3-test/comm/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/comm/CMakeLists.txt @@ -9,7 +9,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) endif() set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") - include_directories("${CMAKE_HOME_DIRECTORY}/include/smpi") + include_directories(BEFORE "${CMAKE_HOME_DIRECTORY}/include/smpi") include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../include/") add_executable(cmfree cmfree.c) @@ -21,6 +21,8 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) add_executable(comm_group_half comm_group_half.c) add_executable(comm_group_rand comm_group_rand.c) # add_executable(comm_idup comm_idup.c) + # add_executable(comm_idup_mul comm_idup_mul.c) + # add_executable(comm_idup_overlap comm_idup_overlap.c) add_executable(comm_info comm_info.c) # add_executable(commname commname.c) add_executable(ctxalloc ctxalloc.c) @@ -81,6 +83,8 @@ set(examples_src ${CMAKE_CURRENT_SOURCE_DIR}/comm_group_half.c ${CMAKE_CURRENT_SOURCE_DIR}/comm_group_rand.c ${CMAKE_CURRENT_SOURCE_DIR}/comm_idup.c + ${CMAKE_CURRENT_SOURCE_DIR}/comm_idup_overlap.c + ${CMAKE_CURRENT_SOURCE_DIR}/comm_idup_mul.c ${CMAKE_CURRENT_SOURCE_DIR}/comm_info.c ${CMAKE_CURRENT_SOURCE_DIR}/commname.c ${CMAKE_CURRENT_SOURCE_DIR}/ctxalloc.c