From 87b055b1a7788bb8ca529cdbc85a40a65a99b54f Mon Sep 17 00:00:00 2001 From: Peter Heywood Date: Thu, 11 Jan 2024 18:19:53 +0000 Subject: [PATCH] Attempt to fix some nvhpc ci via allow-unsupported-compilers nvcc believes it is incompatible with the versions of nvhpc it was distributed with... --- .github/workflows/NVHPC.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/NVHPC.yml b/.github/workflows/NVHPC.yml index 684750a46..56d0b3f2b 100644 --- a/.github/workflows/NVHPC.yml +++ b/.github/workflows/NVHPC.yml @@ -253,6 +253,7 @@ jobs: -DPython_FIND_STRATEGY=LOCATION -DFLAMEGPU_VISUALISATION="${{ env.VISUALISATION }}" -DFLAMEGPU_ENABLE_NVTX="ON" + -DCMAKE_CUDA_FLAGS="-allow-unsupported-compiler" - name: Log Configure Erorrs if: ${{ failure() && steps.configure.conclusion == 'failure' }}