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 a27b7a1 commit 9fa0823Copy full SHA for 9fa0823
.github/actions/update-to-kokkos-develop/action.yml
@@ -16,8 +16,9 @@ runs:
16
- name: Modify ghci-snl.cmake file
17
run: |
18
cmake_file="components/eamxx/cmake/machine-files/ghci-snl.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
22
cat $cmake_file
23
shell: sh
+
+# echo "set(CMAKE_CXX_STANDARD 20)" >> $cmake_file
+# echo "set(Kokkos_ENABLE_IMPL_VIEW_LEGACY ON)" >> $cmake_file
24
+# echo "set(Kokkos_ENABLE_DEPRECATED_CODE_4 ON)" >> $cmake_file
0 commit comments