Skip to content

Commit

Permalink
Merge pull request #14436 from Rombur/cuda_ice
Browse files Browse the repository at this point in the history
Update CI workflow to CUDA 11.8
  • Loading branch information
tjhei committed Nov 17, 2022
2 parents df5719d + c4f9ba0 commit 4210540
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,11 @@ jobs:
sudo add-apt-repository ppa:ginggs/deal.ii-9.4.0-backports
sudo apt-get update
sudo apt-get install -yq --no-install-recommends \
cuda-toolkit-11-0 \
cuda-toolkit-11-8 \
libp4est-dev \
libopenmpi-dev \
openmpi-bin
openmpi-bin \
libboost-all-dev
- name: info
run: |
mpicc -v
Expand Down

0 comments on commit 4210540

Please sign in to comment.