Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
also exclude lto for other tests
authorAugustin Degomme <adegomme@users.noreply.github.com>
Tue, 25 Feb 2020 05:39:18 +0000 (06:39 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Tue, 25 Feb 2020 05:39:18 +0000 (06:39 +0100)
teshsuite/smpi/mpich3-test/f77/rma/CMakeLists.txt
teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt

index 1cadf23..7e8f5ba 100644 (file)
@@ -20,6 +20,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN)
   endforeach()
   
   add_executable(c2f2cwinf EXCLUDE_FROM_ALL c2f2cwinf.f c2f2cwin.c)
+  set_property(TARGET c2f2cwinf PROPERTY INTERPROCEDURAL_OPTIMIZATION FALSE)
   add_dependencies(tests c2f2cwinf)
   target_link_libraries(c2f2cwinf simgrid mtest_f77)
 endif()
index 44b91b1..c7b9087 100644 (file)
@@ -21,6 +21,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN)
   endforeach()
 
   add_executable(c2f2cwinf90 EXCLUDE_FROM_ALL c2f2cwinf90.f90 c2f902cwin.c)
+  set_property(TARGET c2f2cwinf90 PROPERTY INTERPROCEDURAL_OPTIMIZATION FALSE)
   add_dependencies(tests c2f2cwinf90)
   target_link_libraries(c2f2cwinf90 simgrid mtest_f90)
 endif()