Skip to content

Commit

Permalink
Debug cuda hamilton
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete committed Jul 10, 2024
1 parent eb588f8 commit e89c996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-short.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ jobs:
# Test example with "variables" and output
- name: advection
run: |
nvidia-smi
cmake --build build -t advection-example
cd build
ctest -R regression_mpi_test:output_hdf5
Expand Down
2 changes: 1 addition & 1 deletion cmake/machinecfg/GitHubActions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ message(STATUS "Loading machine configuration for GitHub Actions CI. ")

# common options
set(NUM_MPI_PROC_TESTING "2" CACHE STRING "CI runs tests with 2 MPI ranks")
set(Kokkos_ENABLE_ZEN3 ON CACHE BOOL "Enable Zen3")
set(Kokkos_ARCH_ZEN3 ON CACHE BOOL "Enable Zen3")

set(MACHINE_CXX_FLAGS "")
if (${MACHINE_VARIANT} MATCHES "cuda")
Expand Down

0 comments on commit e89c996

Please sign in to comment.