Skip to content

Commit

Permalink
Try different cmdline param
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete committed Jul 10, 2024
1 parent e89c996 commit 2811e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-short.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
container:
image: ghcr.io/parthenon-hpc-lab/cuda11.6-mpi-hdf5-ascent
# Map to local user id on CI machine to allow writing to build cache
options: --user 1000 --runtime=nvidia
options: --user 1000 --gpus all
env:
CMAKE_GENERATOR: Ninja
CMAKE_BUILD_PARALLEL_LEVEL: 8 # num threads for build
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_ARCH_ZEN3 ON CACHE BOOL "Enable Zen3")
set(Kokkos_ARCH_ZEN2 ON CACHE BOOL "Enable Zen2")

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

0 comments on commit 2811e27

Please sign in to comment.