Skip to content

Commit

Permalink
Revert "Adding packed functionality as compile-time option"
Browse files Browse the repository at this point in the history
This reverts commit 8a3f226.
  • Loading branch information
wertysas committed Oct 1, 2024
1 parent 6e48d92 commit 9754c1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ ecbuild_add_option( FEATURE FIELD_API_PINNED_MEMORY
CONDITION field_api_HAVE_ACC AND field_api_HAVE_CUDA
DEFAULT OFF )

ecbuild_add_option( FEATURE FIELD_API_PACKED_FIELDS
DESCRIPTION "Use a packed field structure with field gangs in the state, aux, and flux types"
CONDITION HAVE_FIELD_API
DEFAULT OFF )


# Add option for single-precision builds
ecbuild_add_option( FEATURE SINGLE_PRECISION
Expand Down
5 changes: 0 additions & 5 deletions bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ options :
BUILD_field_api=ON
ENABLE_CLOUDSC_FORTRAN_FIELD=ON
- with-packed-fields :
help : Enable Field API gangs in aux, flux, and state types.
cmake : >
ENABLE_FIELD_API_PACKED_FIELDS=ON
- with-mapped-fields :
help : Enable Field API to use mapped memory by default
cmake : >
Expand Down

0 comments on commit 9754c1a

Please sign in to comment.