X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bfaf2a12439a9f5e03018d80b4c6ae89860ce2db..1d355e653ead556d167b9ad690f364366a9432fe:/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 779209f9e5..ca98ccbc6a 100644 --- a/teshsuite/smpi/mpich3-test/comm/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/comm/CMakeLists.txt @@ -20,9 +20,9 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) add_executable(comm_create_group comm_create_group.c) 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_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) @@ -46,7 +46,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) target_link_libraries(comm_create_group simgrid mtest_c) target_link_libraries(comm_group_half simgrid mtest_c) target_link_libraries(comm_group_rand simgrid mtest_c) - # target_link_libraries(comm_idup simgrid mtest_c) +# target_link_libraries(comm_idup simgrid mtest_c) target_link_libraries(comm_info simgrid mtest_c) # target_link_libraries(commname simgrid mtest_c) target_link_libraries(ctxalloc simgrid mtest_c)