Skip to content

Commit

Permalink
revert default to USE_HDF5=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
mauneyc-LANL committed Dec 13, 2022
1 parent fcf46aa commit c889a8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
endif()

# use HDF5
# This option defaults ON, as it's the most common
# use-case
option (SPINER_USE_HDF "Use HDF5 for I/O" ON)
option (SPINER_USE_HDF "Use HDF5 for I/O" OFF)
# use Kokkos offloading in tests
option (SPINER_TEST_USE_KOKKOS "Use kokkos offloading for tests" OFF)
option (SPINER_TEST_USE_KOKKOS_CUDA "Use kokkos cuda offloading for tests" OFF)
Expand Down

0 comments on commit c889a8f

Please sign in to comment.