Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #84

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading