Skip to content

Commit 7b722f3

Browse files
Restore changes of workflows
1 parent 0931a59 commit 7b722f3

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

.github/workflows/CI_sequential 2.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,17 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
# compiler: ['gfortran','ifort']
31-
# mode: ['RELEASE', 'DEBUG']
32-
compiler: ['ifort']
33-
mode: ['DEBUG']
30+
compiler: ['gfortran','ifort']
31+
mode: ['RELEASE', 'DEBUG']
3432
comm: ['SEQUENTIAL']
3533
enable_threads: ['YES']
3634
mkl: ['YES','NO']
3735
hdf5: ['YES','NO']
3836
exclude:
39-
#- compiler: gfortran
40-
# mkl: 'YES'
41-
#- compiler: gfortran
42-
# hdf5: 'NO'
37+
- compiler: gfortran
38+
mkl: 'YES'
39+
- compiler: gfortran
40+
hdf5: 'NO'
4341
- compiler: ifort
4442
mkl: 'NO'
4543
- compiler: ifort

.github/workflows/CI_sequential 3.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ jobs:
102102
- name: Compile horses3d
103103
working-directory: ./Solver
104104
run: |
105-
set -e
106-
source /opt/intel/oneapi/setvars.sh
105+
source /opt/intel/oneapi/setvars.sh || true
107106
make allclean MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_MKL=${{matrix.mkl}}
108107
make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_MKL=${{matrix.mkl}}
109108
@@ -570,4 +569,4 @@ jobs:
570569
# run: |
571570
# source /opt/intel/oneapi/setvars.sh || true
572571
# ./horses3d.caa LambTimeInterp.control
573-
# if: '!cancelled()'
572+
# if: '!cancelled()'

0 commit comments

Comments
 (0)