Skip to content

Commit

Permalink
#73: fix cmake presets path to Kokkos
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Oct 24, 2024
1 parent 6875248 commit 219b495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"inherits": ["kr_auto_checkpoint_veloc", "kr_release"],
"binaryDir": "/opt/build/kokkos-resilience",
"cacheVariables": {
"Kokkos_ROOT": "/opt/view/gcc-11.4.0/kokkos/4.0.01/",
"Kokkos_ROOT": "/opt/view/gcc-11.4.0/kokkos/4.4.00/",
"Boost_ROOT": "/opt/view/gcc-11.4.0/boost/1.81.0/",
"veloc_ROOT": "/opt/veloc/",
"KR_ENABLE_TESTS": "ON",
Expand Down

0 comments on commit 219b495

Please sign in to comment.