Skip to content

Commit

Permalink
Merge pull request #89 from NCAR/json-parsing
Browse files Browse the repository at this point in the history
I will merge the json-parsing branch to the main so I can keep working on new features but we will revisit the changes I made in sparse_matrix.hpp
  • Loading branch information
boulderdaze committed Jun 20, 2023
2 parents 2c5ec74 + d7d5cc1 commit 840ef97
Show file tree
Hide file tree
Showing 19 changed files with 763 additions and 615 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ option(ENABLE_MPI "Enable MPI parallel support" OFF)
option(ENABLE_OPENMP "Enable OpenMP support" OFF)
option(ENABLE_COVERAGE "Enable code coverage output" OFF)
option(ENABLE_MEMCHECK "Enable memory checking in tests" OFF)
option(ENABLE_JSON "Enable json configureation file reading" OFF)
option(ENABLE_JSON "Enable json configureation file reading" ON)
option(ENABLE_REGRESSION_TESTS "Enable regression tests against the old pre-processed version of micm" ON)
option(BUILD_DOCS "Build the documentation" OFF)

Expand Down
Loading

0 comments on commit 840ef97

Please sign in to comment.