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