@@ -179,19 +179,19 @@ jobs:
179179# 4) BOX AROUND CIRCLE PIROZZOLI
180180# ------------------------------
181181
182- - name : Build BoxAroundCirclePirozzoli
183- working-directory : ./Solver/test/Euler/BoxAroundCirclePirozzoli/SETUP
184- run : |
185- source /opt/intel/oneapi/setvars.sh || true
186- make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_METIS=YES
187- if : ' !cancelled()'
182+ # - name: Build BoxAroundCirclePirozzoli
183+ # working-directory: ./Solver/test/Euler/BoxAroundCirclePirozzoli/SETUP
184+ # run: |
185+ # source /opt/intel/oneapi/setvars.sh || true
186+ # make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_METIS=YES
187+ # if: '!cancelled()'
188188
189- - name : Run BoxAroundCirclePirozzoli
190- working-directory : ./Solver/test/Euler/BoxAroundCirclePirozzoli
191- run : |
192- source /opt/intel/oneapi/setvars.sh || true
193- mpiexec -n 64 ./horses3d.ns BoxAroundCirclePirozzoli.control
194- if : ' !cancelled()'
189+ # - name: Run BoxAroundCirclePirozzoli
190+ # working-directory: ./Solver/test/Euler/BoxAroundCirclePirozzoli
191+ # run: |
192+ # source /opt/intel/oneapi/setvars.sh || true
193+ # mpiexec -n 64 ./horses3d.ns BoxAroundCirclePirozzoli.control
194+ # if: '!cancelled()'
195195
196196#
197197# 5) Inviscid TGV with KEPEC
@@ -830,19 +830,19 @@ jobs:
830830#
831831# 29) IBM Cylinder with Reinforcement Learning p-adaptation
832832# --------------------------------------------
833- - name : Build IBM_Cylinder_pAdaptationRL
834- working-directory : ./Solver/test/NavierStokes/IBM_Cylinder_pAdaptationRL/SETUP
835- run : |
836- source /opt/intel/oneapi/setvars.sh || true
837- make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_METIS=YES
838- if : ' !cancelled()'
833+ # - name: Build IBM_Cylinder_pAdaptationRL
834+ # working-directory: ./Solver/test/NavierStokes/IBM_Cylinder_pAdaptationRL/SETUP
835+ # run: |
836+ # source /opt/intel/oneapi/setvars.sh || true
837+ # make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_METIS=YES
838+ # if: '!cancelled()'
839839
840- - name : Run IBM_Cylinder_pAdaptationRL
841- working-directory : ./Solver/test/NavierStokes/IBM_Cylinder_pAdaptationRL
842- run : |
843- source /opt/intel/oneapi/setvars.sh || true
844- mpiexec -n 64 ./horses3d.ns IBM_Cylinder_pAdaptationRL.control
845- if : ' !cancelled()'
840+ # - name: Run IBM_Cylinder_pAdaptationRL
841+ # working-directory: ./Solver/test/NavierStokes/IBM_Cylinder_pAdaptationRL
842+ # run: |
843+ # source /opt/intel/oneapi/setvars.sh || true
844+ # mpiexec -n 64 ./horses3d.ns IBM_Cylinder_pAdaptationRL.control
845+ # if: '!cancelled()'
846846
847847#
848848# 30) Cylinder with Overenriching and Reinforcement Learning p-adaptation
@@ -971,49 +971,49 @@ jobs:
971971# 34) Atmospheric Boundary Layer (ABL) mapping to boundary
972972# --------------------------------------------
973973
974- - name : Build ABL_BoundaryMapping
975- working-directory : ./Solver/test/NavierStokes/ABLBoundaryMapping/SETUP
976- run : |
977- source /opt/intel/oneapi/setvars.sh || true
978- TEST_HOME_DIR=$(grep '^HOME_DIR=' Makefile | cut -d'=' -f2)
979- rm Makefile
980- wget https://people.math.sc.edu/Burkardt/f_src/geompack2/geompack2.f90
981- cp -r ../../../../../utils/ABLBoundaryMapping/SETUP/* .
982- mv Makefile.iABL Makefile
983- cp -r ../../../../../utils/ABLBoundaryMapping/PRECURSOR ../
984- sed -i "s|^HOME_DIR=.*|HOME_DIR=$TEST_HOME_DIR|" Makefile
985- awk '/END SUBROUTINE UserDefinedFinalize/{system("cat testchecks"); print ""; print; next}1' ProblemFile.f90 > temp && mv temp ProblemFile.f90
986- make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_MKL=${{matrix.mkl}} WITH_HDF5=${{matrix.hdf5}}
987- if : ' !cancelled()'
974+ # - name: Build ABL_BoundaryMapping
975+ # working-directory: ./Solver/test/NavierStokes/ABLBoundaryMapping/SETUP
976+ # run: |
977+ # source /opt/intel/oneapi/setvars.sh || true
978+ # TEST_HOME_DIR=$(grep '^HOME_DIR=' Makefile | cut -d'=' -f2)
979+ # rm Makefile
980+ # wget https://people.math.sc.edu/Burkardt/f_src/geompack2/geompack2.f90
981+ # cp -r ../../../../../utils/ABLBoundaryMapping/SETUP/* .
982+ # mv Makefile.iABL Makefile
983+ # cp -r ../../../../../utils/ABLBoundaryMapping/PRECURSOR ../
984+ # sed -i "s|^HOME_DIR=.*|HOME_DIR=$TEST_HOME_DIR|" Makefile
985+ # awk '/END SUBROUTINE UserDefinedFinalize/{system("cat testchecks"); print ""; print; next}1' ProblemFile.f90 > temp && mv temp ProblemFile.f90
986+ # make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_MKL=${{matrix.mkl}} WITH_HDF5=${{matrix.hdf5}}
987+ # if: '!cancelled()'
988988
989- - name : Run ABL_BoundaryMapping
990- working-directory : ./Solver/test/NavierStokes/ABLBoundaryMapping
991- run : |
992- source /opt/intel/oneapi/setvars.sh || true
993- mpiexec -n 64 ./horses3d.ns ABLBoundaryMapping.control
994- if : ' !cancelled()'
989+ # - name: Run ABL_BoundaryMapping
990+ # working-directory: ./Solver/test/NavierStokes/ABLBoundaryMapping
991+ # run: |
992+ # source /opt/intel/oneapi/setvars.sh || true
993+ # mpiexec -n 64 ./horses3d.ns ABLBoundaryMapping.control
994+ # if: '!cancelled()'
995995
996996#
997997# 35) Actuator Line (AL) external controller module
998998# --------------------------------------------
999- - name : Build ActuatorLineController
1000- working-directory : ./Solver/test/NavierStokes/ActuatorLineController/SETUP
1001- run : |
1002- source /opt/intel/oneapi/setvars.sh || true
1003- make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_METIS=YES
1004- cd ../ActuatorDef/controller
1005- git clone https://github.com/EduardoJane/DRC_Fortran_H3D.git
1006- cd DRC_Fortran_H3D/Source
1007- make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}}
1008- mv ../DISCON/DISCON_glin64.so ../../
1009- if : ' !cancelled()'
999+ # - name: Build ActuatorLineController
1000+ # working-directory: ./Solver/test/NavierStokes/ActuatorLineController/SETUP
1001+ # run: |
1002+ # source /opt/intel/oneapi/setvars.sh || true
1003+ # make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_METIS=YES
1004+ # cd ../ActuatorDef/controller
1005+ # git clone https://github.com/EduardoJane/DRC_Fortran_H3D.git
1006+ # cd DRC_Fortran_H3D/Source
1007+ # make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}}
1008+ # mv ../DISCON/DISCON_glin64.so ../../
1009+ # if: '!cancelled()'
10101010
1011- - name : Run ActuatorLineController
1012- working-directory : ./Solver/test/NavierStokes/ActuatorLineController
1013- run : |
1014- source /opt/intel/oneapi/setvars.sh || true
1015- mpiexec -n 64 ./horses3d.ns ActuatorLineController.control
1016- if : ' !cancelled()'
1011+ # - name: Run ActuatorLineController
1012+ # working-directory: ./Solver/test/NavierStokes/ActuatorLineController
1013+ # run: |
1014+ # source /opt/intel/oneapi/setvars.sh || true
1015+ # mpiexec -n 64 ./horses3d.ns ActuatorLineController.control
1016+ # if: '!cancelled()'
10171017
10181018# #######################################################################
10191019# ###### PARTICLES ########
0 commit comments