Skip to content

Commit

Permalink
Remove problematic optimization for gfortran compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorMichalicek committed Dec 20, 2023
1 parent ec2b518 commit 05362f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/filespecific.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
#to overwrite previous settings


if (CMAKE_Fortran_COMPILER_ID MATCHES "GNU")
set_source_files_properties(vgen/vgen_coulomb.F90 PROPERTIES COMPILE_FLAGS -O0)
endif()

if (CMAKE_Fortran_COMPILER_ID MATCHES "Intel")
#set_source_files_properties(io/eig66_mpi.F90 PROPERTIES COMPILE_FLAGS -O0)
#set_source_files_properties(cdn/pwden.F90 PROPERTIES COMPILE_FLAGS -O0)
Expand Down

0 comments on commit 05362f8

Please sign in to comment.