We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ff614 commit 7b7ea62Copy full SHA for 7b7ea62
.github/actions/update-to-kokkos-develop/action.yml
@@ -15,7 +15,7 @@ runs:
15
shell: sh
16
- name: Modify ghci-snl.cmake file
17
run: |
18
- cmake_file="components/eamxx/cmake/machine-files/ghci-snl-cpu.cmake"
+ cmake_file="components/eamxx/cmake/machine-files/ghci-snl.cmake"
19
echo "set(CMAKE_CXX_STANDARD 20 CACHE STRING \"\" FORCE)" >> $cmake_file
20
echo "set(Kokkos_ENABLE_IMPL_VIEW_LEGACY ON CACHE BOOL \"\" FORCE)" >> $cmake_file
21
echo "set(Kokkos_ENABLE_DEPRECATED_CODE_4 ON CACHE BOOL \"\" FORCE)" >> $cmake_file
0 commit comments