You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> If you are running on CCI, please use `module load gcc spectrum-mpi cuda cmake` and `g++` compiler. It is not tested for other compilers. If you want to profile, install kokkos with `-DKokkos_ENABLE_LIBDL=ON` flag.
27
+
25
28
2. Installing `Catch2` is optional. If you enable testing but don't provide `Catch2_ROOT`, it will fetch it automatically.
26
29
3. To install the project, use `cmake` as usual. Use `Assignment_ENABLE_TESTING` (default ON) to enable testing. *An example configuration for SCOREC Machines is given in `scorec-config.sh` file.*
27
30
4. To run tests, use `ctest` or `make test` after building the project. **Note that some tests may not work if the test binaries are run directly from the build directory. Use `tests/` directory in that case.**
0 commit comments