Skip to content

Commit

Permalink
Update CI_parallel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loganoz authored Feb 2, 2023
1 parent 655cf44 commit 730ccfd
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/CI_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -553,16 +553,17 @@ jobs:
# 18) Numerical Jacobian for BIRK5
# --------------------------------

- name: Build BIRK5NumJac
working-directory: ./Solver/test/NavierStokes/BIRK5NumJac/SETUP
run: |
source /opt/intel/oneapi/setvars.sh || true
make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}}
- name: Run BIRK5NumJac
working-directory: ./Solver/test/NavierStokes/BIRK5NumJac
run: |
source /opt/intel/oneapi/setvars.sh || true
mpiexec -n 8 ./horses3d.ns Cylinder.control
# Does not work with this setup 02/01/2023
# - name: Build BIRK5NumJac
# working-directory: ./Solver/test/NavierStokes/BIRK5NumJac/SETUP
# run: |
# source /opt/intel/oneapi/setvars.sh || true
# make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}}
# - name: Run BIRK5NumJac
# working-directory: ./Solver/test/NavierStokes/BIRK5NumJac
# run: |
# source /opt/intel/oneapi/setvars.sh || true
# mpiexec -n 8 ./horses3d.ns Cylinder.control
#
# 19) Forward facing step with SVV
# --------------------------------
Expand Down

0 comments on commit 730ccfd

Please sign in to comment.