-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from lanl/Yurlungur-patch-1
Update README.md
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|
@@ -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. | ||
|