Skip to content

Commit 9fa0823

Browse files
committed
Test
1 parent a27b7a1 commit 9fa0823

File tree

1 file changed

+4
-3
lines changed
  • .github/actions/update-to-kokkos-develop

1 file changed

+4
-3
lines changed

.github/actions/update-to-kokkos-develop/action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ runs:
1616
- name: Modify ghci-snl.cmake file
1717
run: |
1818
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
2219
cat $cmake_file
2320
shell: sh
21+
22+
# echo "set(CMAKE_CXX_STANDARD 20)" >> $cmake_file
23+
# echo "set(Kokkos_ENABLE_IMPL_VIEW_LEGACY ON)" >> $cmake_file
24+
# echo "set(Kokkos_ENABLE_DEPRECATED_CODE_4 ON)" >> $cmake_file

0 commit comments

Comments
 (0)