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 f42b7ea commit e4fe1e4Copy full SHA for e4fe1e4
.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="externals/ekat/cmake/machine-files/ghci-snl.cmake"
+ cmake_file="components/eamxx/cmake/machine-files/ghci-snl-cuda.cmake"
19
echo "set(CMAKE_CXX_STANDARD 20)" >> $cmake_file
20
echo "set(Kokkos_ENABLE_IMPL_VIEW_LEGACY ON)" >> $cmake_file
21
echo "set(Kokkos_ENABLE_DEPRECATED_CODE_4 ON)" >> $cmake_file
0 commit comments