Skip to content

Commit 7b7ea62

Browse files
committed
Test
1 parent 01ff614 commit 7b7ea62

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
shell: sh
1616
- name: Modify ghci-snl.cmake file
1717
run: |
18-
cmake_file="components/eamxx/cmake/machine-files/ghci-snl-cpu.cmake"
18+
cmake_file="components/eamxx/cmake/machine-files/ghci-snl.cmake"
1919
echo "set(CMAKE_CXX_STANDARD 20 CACHE STRING \"\" FORCE)" >> $cmake_file
2020
echo "set(Kokkos_ENABLE_IMPL_VIEW_LEGACY ON CACHE BOOL \"\" FORCE)" >> $cmake_file
2121
echo "set(Kokkos_ENABLE_DEPRECATED_CODE_4 ON CACHE BOOL \"\" FORCE)" >> $cmake_file

0 commit comments

Comments
 (0)