Skip to content

Commit

Permalink
try getting nvidia on gpu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
brryan committed Nov 8, 2024
1 parent 4337870 commit da94f1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
sudo apt-get install -qq libopenmpi-dev libhdf5-openmpi-dev
sudo apt-get install -qq openssh-client
sudo apt-get install -qq python3 python3-numpy python3-h5py python3-matplotlib
sudo apt-get install -qq -y cuda
sudo apt-get install -qq -y nvidia-driver-525
- name: Set up environment
run: |
source env/bash
Expand All @@ -116,7 +118,7 @@ jobs:
--make_nproc=32 \
--cmake=-DARTEMIS_ENABLE_CUDA=On \
--cmake=-DKokkos_ARCH_VOLTA70=On \
--cmake=-DCMAKE_CXX_COMPILER=external/parthenon/external/Kokkos/bin/nvcc_wrapper \
--cmake=-DCMAKE_CXX_COMPILER=$GITHUB_WORKSPACE/external/parthenon/external/Kokkos/bin/nvcc_wrapper \
--log_file=ci_gpu_log.txt
- name: Upload GPU test log
if: always()
Expand Down

0 comments on commit da94f1f

Please sign in to comment.