From: Timo Heister Date: Tue, 15 Nov 2022 14:36:47 +0000 (-0500) Subject: Merge pull request #14377 from masterleinad/move_cuda_to_nvcc_wrapper_kokkos X-Git-Tag: v9.5.0-rc1~854 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9e132cb223dd119b0dda3039249cf336bc7640d;p=dealii.git Merge pull request #14377 from masterleinad/move_cuda_to_nvcc_wrapper_kokkos Move CUDA compilation to Kokkos with nvcc_wrapper --- d9e132cb223dd119b0dda3039249cf336bc7640d diff --cc .github/workflows/linux.yml index a17d714d35,6ec564d805..4a4340adb6 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@@ -120,12 -120,15 +120,15 @@@ jobs build/tests/**/*stdout* - linux-debug-cuda-10: - # simple parallel debug build using cuda-10 + linux-debug-cuda-11: + # simple parallel debug build using cuda-11 - name: linux debug cuda-10 - runs-on: [ubuntu-18.04] + name: linux debug cuda-11 + runs-on: [ubuntu-20.04] + env: + CUDA_ROOT: /usr/local/cuda + steps: - uses: actions/checkout@v3 - name: modules