Skip to content

Commit

Permalink
CMake clean
Browse files Browse the repository at this point in the history
  • Loading branch information
wertysas committed Nov 4, 2024
1 parent e455384 commit 128382c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ecbuild_find_package( NAME loki )
ecbuild_find_package( NAME atlas )

ecbuild_add_option( FEATURE FIELD_API_DISABLE_MAPPED_MEMORY
DESCRIPTION "Use ACC mapped memory by default in Field API objects"
DESCRIPTION "Disable the use of ACC mapped memory in Field API objects"
CONDITION HAVE_FIELD_API AND field_api_HAVE_ACC AND field_api_HAVE_CUDA
DEFAULT OFF )
if( HAVE_FIELD_API_DISABLE_MAPPED_MEMORY )
Expand Down
4 changes: 0 additions & 4 deletions src/cloudsc_loki/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -619,10 +619,6 @@ if( HAVE_CUDA )
${COMMON_MODULE}/yomphyder.F90
${COMMON_MODULE}/yoethf.F90
${COMMON_MODULE}/yoecldp.F90
${COMMON_MODULE}/cloudsc_field_state_mod.F90
${COMMON_MODULE}/cloudsc_flux_type_mod.F90
${COMMON_MODULE}/cloudsc_aux_type_mod.F90
${COMMON_MODULE}/cloudsc_state_type_mod.F90
INCLUDES ${COMMON_INCLUDE}
DEFINITIONS CLOUDSC_GPU_TIMING
DATA_OFFLOAD REMOVE_OPENMP
Expand Down

0 comments on commit 128382c

Please sign in to comment.