Skip to content

Commit

Permalink
ECLand: Disable SP and NVHPC in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Feb 5, 2025
1 parent f71c4f0 commit 971fe41
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
matrix:
# build_type: [Release,Debug] # Debug tests takes too long
build_type: [Release]
prec: ['DP', 'SP']
# prec: ['DP', 'SP'] # Standalone driver not SP compatible yet
prec: ['DP'] # Standalone driver not SP compatible yet
name:
- linux gnu-10
- linux nvhpc-23.5
# - linux nvhpc-23.5 # Not yet passing tests...
- linux intel-classic
- macos

Expand All @@ -50,15 +51,15 @@ jobs:
python-version: '3.8'
caching: true

- name: linux nvhpc-23.5
os: ubuntu-20.04
compiler: nvhpc-23.5
compiler_cc: nvc
compiler_cxx: nvc++
compiler_fc: nvfortran
cmake_options: -DCMAKE_CXX_FLAGS=--diag_suppress177
python-version: '3.8'
caching: true
# - name: linux nvhpc-23.5
# os: ubuntu-20.04
# compiler: nvhpc-23.5
# compiler_cc: nvc
# compiler_cxx: nvc++
# compiler_fc: nvfortran
# cmake_options: -DCMAKE_CXX_FLAGS=--diag_suppress177
# python-version: '3.8'
# caching: true

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

0 comments on commit 971fe41

Please sign in to comment.