Skip to content

Commit

Permalink
Attempt to fix some nvhpc ci via allow-unsupported-compilers
Browse files Browse the repository at this point in the history
nvcc believes it is incompatible with the versions of nvhpc it was distributed with...
  • Loading branch information
ptheywood committed Jan 11, 2024
1 parent 150d14f commit 87b055b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/NVHPC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 87b055b

Please sign in to comment.