Skip to content

Commit 1598832

Browse files
authored
Update README.md
Added installation instructions for CCI.
1 parent 78e6543 commit 1598832

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ cmake --build build -j2 --target install
2222
module load cmake
2323
```
2424

25+
> [!TIP]
26+
> 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+
2528
2. Installing `Catch2` is optional. If you enable testing but don't provide `Catch2_ROOT`, it will fetch it automatically.
2629
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.*
2730
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

Comments
 (0)