Skip to content

Commit

Permalink
Merge pull request #84 from lanl/Yurlungur-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Yurlungur authored Jan 30, 2024
2 parents 33862f8 + db3c5bd commit cea1c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git clone --recursive [email protected]:jonahm/spiner.git
To build and run unit tests,
```bash
mkdir bin
cmake -DBUILD_TESTING=ON ..
cmake -DSPINER_BUILD_TESTS=ON ..
make -j
make test
```
Expand All @@ -45,7 +45,7 @@ after configuring and building.
- `SPINER_USE_HDF` enables or disables HDF5. Default is `OFF`
- `SPINER_USE_KOKKOS` enables or disables Kokkos. Default is `OFF`.
- `SPINER_USE_CUDA` enables or disables Cuda. Requires Kokkos. Default is `OFF`.
- `BUILD_TESTING` enables or disables tests. Default is `OFF`. If
- `SPINER_BUILD_TESTS` enables or disables tests. Default is `OFF`. If
this is disabled, then configuration *only* prepares for install and
provides targets for in-tree builds, as no build step is necessary.
- `SPINER_HDF5_INSTALL_DIR` a hint for cmake about where you may have stashed HDF5.
Expand Down

0 comments on commit cea1c2c

Please sign in to comment.