Skip to content

Commit 216084c

Browse files
awnawabwdeconinck
authored andcommitted
CI: reenable nvhpc
1 parent d0cc3fa commit 216084c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
name:
3535
- linux gnu-10
3636
- linux gnu-14
37+
- linux nvhpc-21.9
3738
- linux intel-classic
3839
- macos
39-
# - linux nvhpc-21.9
4040

4141
include:
4242

@@ -58,15 +58,15 @@ jobs:
5858
python-version: '3.11'
5959
caching: true
6060

61-
# Disable due to problematic environment
62-
# - name: linux nvhpc-21.9
63-
# os: ubuntu-20.04
64-
# compiler: nvhpc-21.9
65-
# compiler_cc: nvc
66-
# compiler_cxx: nvc++
67-
# compiler_fc: nvfortran
68-
# cmake_options: -DCMAKE_CXX_FLAGS=--diag_suppress177
69-
# caching: true
61+
- name: linux nvhpc-21.9
62+
os: ubuntu-20.04
63+
compiler: nvhpc-21.9
64+
compiler_cc: nvc
65+
compiler_cxx: nvc++
66+
compiler_fc: nvfortran
67+
cmake_options: -DCMAKE_CXX_FLAGS=--diag_suppress177
68+
python-version: '3.8'
69+
caching: false
7070

7171
- name : linux intel-classic
7272
os: ubuntu-20.04

0 commit comments

Comments
 (0)