Skip to content

Commit e4fe1e4

Browse files
committed
Test
1 parent f42b7ea commit e4fe1e4

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="externals/ekat/cmake/machine-files/ghci-snl.cmake"
18+
cmake_file="components/eamxx/cmake/machine-files/ghci-snl-cuda.cmake"
1919
echo "set(CMAKE_CXX_STANDARD 20)" >> $cmake_file
2020
echo "set(Kokkos_ENABLE_IMPL_VIEW_LEGACY ON)" >> $cmake_file
2121
echo "set(Kokkos_ENABLE_DEPRECATED_CODE_4 ON)" >> $cmake_file

0 commit comments

Comments
 (0)