Skip to content

Commit 4cf503c

Browse files
committed
ECWAM: set fp-model=strict for propconnect.F90 for Intel builds
1 parent 58fc919 commit 4cf503c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ecwam/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ ecwam_target_compile_definitions_FILENAME( ${ecwam} )
450450

451451
if( CMAKE_Fortran_COMPILER_ID MATCHES Intel )
452452
set_source_files_properties( mubuf.F90 PROPERTIES COMPILE_OPTIONS "-fp-model;strict" )
453+
set_source_files_properties( propconnect.F90 PROPERTIES COMPILE_OPTIONS "-fp-model;strict" )
453454
elseif( CMAKE_Fortran_COMPILER_ID MATCHES GNU )
454455
set_source_files_properties( mubuf.F90 PROPERTIES COMPILE_OPTIONS "-ffp-contract=off" )
455456
elseif(CMAKE_Fortran_COMPILER_ID MATCHES "PGI|NVHPC")

0 commit comments

Comments
 (0)