From 1862b4dccaf1dfbfc6ad2b0398564de221f5b70c Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Wed, 11 Dec 2024 11:56:18 -0600 Subject: [PATCH] [CI] Compile CUTEst with nvfortran --- .github/workflows/meson.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index 72c77a1..5ac0166 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -92,9 +92,18 @@ jobs: arch: 'arm64' int: '64' mode: 'shared' - # - os: ubuntu-latest - # compiler: nvidia-hpc - # version: '24.05' + - os: ubuntu-latest + arch: 'x64' + version: '24.11' + compiler: nvidia-hpc + int: '32' + mode: 'static' + - os: ubuntu-latest + arch: 'x64' + version: '24.11' + compiler: nvidia-hpc + int: '64' + mode: 'static' runs-on: ${{ matrix.os }} steps: - name: Check out CUTEST @@ -142,7 +151,7 @@ jobs: TESTS="false" fi QUADRUPLE="true" - if [[ "${{ matrix.compiler }}" == "intel-classic" || "${{ matrix.compiler }}" == "intel" ]]; then + if [[ "${{ matrix.compiler }}" == "nvidia-hpc" || "${{ matrix.compiler }}" == "intel-classic" || "${{ matrix.compiler }}" == "intel" ]]; then QUADRUPLE="false" fi meson setup builddir --buildtype=debug \