Skip to content

Commit

Permalink
Reinforcement Learning - p-Adaptation - MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhueper committed Mar 6, 2024
1 parent 3ab60ea commit 74f68aa
Show file tree
Hide file tree
Showing 6 changed files with 472 additions and 181 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/CI_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,23 @@ jobs:
mpiexec -n 8 ./horses3d.ns CylinderGMM.control
if: '!cancelled()'

#
# 25) Cylinder with Reinforcement Learning p-adaptation
# --------------------------------------------
- name: Build Cylinder_pAdaptationRL
working-directory: ./Solver/test/NavierStokes/Cylinder_pAdaptationRL/SETUP
run: |
source /opt/intel/oneapi/setvars.sh || true
make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_METIS=YES
if: '!cancelled()'

- name: Build Cylinder_pAdaptationRL
working-directory: ./Solver/test/NavierStokes/Cylinder_pAdaptationRL/SETUP
run: |
source /opt/intel/oneapi/setvars.sh || true
mpiexec -n 8 ./horses3d.ns Cylinder_pAdaptationRL.control
if: '!cancelled()'

########################################################################
####### PARTICLES ########
########################################################################
Expand Down
Loading

0 comments on commit 74f68aa

Please sign in to comment.