From 971fe418c98eb996a427bd2f9656fa82e03c308c Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Wed, 5 Feb 2025 16:40:02 +0000 Subject: [PATCH] ECLand: Disable SP and NVHPC in CI pipeline --- .github/workflows/build.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f35d02..b7bed90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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