X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/347996b4a10c4e8579080692afa60e0afb88b60a..0f9f94025e9ae3056958cc979e4f696b5ac698e0:/teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt diff --git a/teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt b/teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt index 720c4735fc..fb41d8b0c1 100644 --- a/teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt @@ -6,14 +6,12 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN) set(CMAKE_Fortran_COMPILER "${CMAKE_BINARY_DIR}/smpi_script/bin/smpif90") endif() - set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") include_directories(BEFORE "${CMAKE_HOME_DIRECTORY}/include/smpi") - include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../include/") add_executable(winaccf90 winaccf90.f90) # add_executable(winerrf90 winerrf90.f90) add_executable(winfencef90 winfencef90.f90) -# add_executable(wingroupf90 wingroupf90.f90) + add_executable(wingroupf90 wingroupf90.f90) # add_executable(baseattrwinf90 baseattrwinf90.f90) # add_executable(winattr2f90 winattr2f90.f90) # add_executable(winattrf90 winattrf90.f90) @@ -26,7 +24,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN) target_link_libraries(winaccf90 simgrid mtest_f90) #target_link_libraries(winerrf90 simgrid mtest_f90) target_link_libraries(winfencef90 simgrid mtest_f90) -#target_link_libraries(wingroupf90 simgrid mtest_f90) +target_link_libraries(wingroupf90 simgrid mtest_f90) #target_link_libraries(baseattrwinf90 simgrid mtest_f90) target_link_libraries(c2f2cwinf90 simgrid mtest_f90) #target_link_libraries(winattr2f90 simgrid mtest_f90)