Skip to content

Commit 971fe41

Browse files
committed
ECLand: Disable SP and NVHPC in CI pipeline
1 parent f71c4f0 commit 971fe41

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/build.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131
matrix:
3232
# build_type: [Release,Debug] # Debug tests takes too long
3333
build_type: [Release]
34-
prec: ['DP', 'SP']
34+
# prec: ['DP', 'SP'] # Standalone driver not SP compatible yet
35+
prec: ['DP'] # Standalone driver not SP compatible yet
3536
name:
3637
- linux gnu-10
37-
- linux nvhpc-23.5
38+
# - linux nvhpc-23.5 # Not yet passing tests...
3839
- linux intel-classic
3940
- macos
4041

@@ -50,15 +51,15 @@ jobs:
5051
python-version: '3.8'
5152
caching: true
5253

53-
- name: linux nvhpc-23.5
54-
os: ubuntu-20.04
55-
compiler: nvhpc-23.5
56-
compiler_cc: nvc
57-
compiler_cxx: nvc++
58-
compiler_fc: nvfortran
59-
cmake_options: -DCMAKE_CXX_FLAGS=--diag_suppress177
60-
python-version: '3.8'
61-
caching: true
54+
# - name: linux nvhpc-23.5
55+
# os: ubuntu-20.04
56+
# compiler: nvhpc-23.5
57+
# compiler_cc: nvc
58+
# compiler_cxx: nvc++
59+
# compiler_fc: nvfortran
60+
# cmake_options: -DCMAKE_CXX_FLAGS=--diag_suppress177
61+
# python-version: '3.8'
62+
# caching: true
6263

6364
- name : linux intel-classic
6465
os: ubuntu-20.04

0 commit comments

Comments
 (0)