File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments