Skip to content

Commit

Permalink
CI: reenable nvhpc
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Sep 30, 2024
1 parent ec900ae commit b6083b0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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 gnu-14
- linux nvhpc-21.9
- linux intel-classic
- macos
# - linux nvhpc-21.9

include:

Expand All @@ -58,15 +58,15 @@ jobs:
python-version: '3.11'
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 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
python-version: '3.8'
caching: false

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

0 comments on commit b6083b0

Please sign in to comment.