Skip to content

Commit

Permalink
Disable nvhpc-21.9 for now due to erratic or faulty runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Jul 13, 2023
1 parent abe771b commit d3d29c8
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
name:
- linux gnu-10
- linux clang-12
- linux nvhpc-21.9
- linux intel
- macos
# - linux nvhpc-21.9

include:

Expand Down Expand Up @@ -65,14 +65,15 @@ jobs:
compiler_fc: gfortran-10
caching: true

- name: linux nvhpc-21.9
os: ubuntu-20.04
compiler: nvhpc-21.9
compiler_cc: nvc
compiler_cxx: nvc++
compiler_fc: nvfortran
cmake_options: -DCMAKE_CXX_FLAGS=--diag_suppress177
caching: true
# Disable due to problematic environment
# - name: linux nvhpc-21.9
# os: ubuntu-20.04
# compiler: nvhpc-21.9
# compiler_cc: nvc
# compiler_cxx: nvc++
# compiler_fc: nvfortran
# cmake_options: -DCMAKE_CXX_FLAGS=--diag_suppress177
# caching: true

- name : linux intel
os: ubuntu-20.04
Expand Down

0 comments on commit d3d29c8

Please sign in to comment.