We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13043ce commit 38089b4Copy full SHA for 38089b4
1 file changed
.github/workflows/CI_sequential 3.yml
@@ -102,7 +102,8 @@ jobs:
102
- name: Compile horses3d
103
working-directory: ./Solver
104
run: |
105
- source /opt/intel/oneapi/setvars.sh || true
+ set -e
106
+ source /opt/intel/oneapi/setvars.sh
107
make allclean MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_MKL=${{matrix.mkl}}
108
make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_MKL=${{matrix.mkl}}
109
@@ -569,4 +570,4 @@ jobs:
569
570
# run: |
571
# source /opt/intel/oneapi/setvars.sh || true
572
# ./horses3d.caa LambTimeInterp.control
-# if: '!cancelled()'
573
+# if: '!cancelled()'
0 commit comments