Skip to content

Commit

Permalink
Merge pull request #53 develop-1.3 -> develop
Browse files Browse the repository at this point in the history
Merge develop-1.3 -> develop
  • Loading branch information
wdeconinck authored Jan 16, 2025
2 parents 2221699 + 81d3576 commit e50b2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecwam/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ ecwam_target_compile_definitions_FILENAME( ${ecwam} )
if( CMAKE_Fortran_COMPILER_ID MATCHES Intel )
set_source_files_properties( mubuf.F90 PROPERTIES COMPILE_OPTIONS "-fp-model;strict" )
set_source_files_properties( propconnect.F90 PROPERTIES COMPILE_OPTIONS "-fp-model;strict" )
set_source_files_properties( stresso.F90 PROPERTIES COMPILE_OPTIONS "-fp-model;strict" )
elseif( CMAKE_Fortran_COMPILER_ID MATCHES GNU )
set_source_files_properties( mubuf.F90 PROPERTIES COMPILE_OPTIONS "-ffp-contract=off" )
elseif(CMAKE_Fortran_COMPILER_ID MATCHES "PGI|NVHPC" AND CMAKE_BUILD_TYPE MATCHES "Bit")
Expand Down Expand Up @@ -535,7 +536,6 @@ if( HAVE_LOKI )
# Apply Loki source file transformation to lib target
loki_transform_target( TARGET ${ecwam}
MODE ${LOKI_MODE}
DIRECTIVE openacc
FRONTEND ${LOKI_FRONTEND}
CONFIG ${LOKI_CONFIG_FILE}
PLAN ${CMAKE_CURRENT_BINARY_DIR}/loki_plan_ecwam.cmake
Expand Down

0 comments on commit e50b2ec

Please sign in to comment.