Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:cfrontin/WindSE into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cfrontin committed Mar 6, 2024
2 parents f92c79a + af9dd1c commit 21c002a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/CI_every_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@ jobs:
conda activate test-environment
conda list
- name: Run parallel regression tests within WindSE
shell: pwsh
run: |
conda activate test-environment
pytest -sv --cov=windse tests/test_regression_parallel.py
# - name: Run parallel regression tests within WindSE
# shell: pwsh
# run: |
# conda activate test-environment
# pytest -sv --cov=windse tests/test_regression_parallel.py
# cd tests/9-Regression
# mpirun -n 2 windse run ALM_Unsteady.yaml -p general:name:ALM_Unsteady_np_2

# - name: Run parallel regression tests within WindSE
# shell: pwsh
# run: |
# conda activate test-environment
# cd tests/9-Regression
# mpirun -n 2 windse run ALM_Unsteady.yaml -p general:name:ALM_Unsteady_np_2

- name: Run parallel regression tests within WindSE
shell: pwsh
run: |
conda activate test-environment
cd tests/9-Regression
mpirun -n 2 python -u ../../windse_driver/driver.py run ALM_Unsteady.yaml -p general:name:ALM_Unsteady_np_2
# mpirun -n 2 python -u ../../windse_driver/driver.py run Floating_ALM.yaml -p general:name:Floating_ALM_np_2
# mpirun -n 2 python -u ../../windse_driver/driver.py run ALM_Unsteady.yaml -p general:name:ALM_Unsteady_np_2
# # mpirun -n 2 python -u ../../windse_driver/driver.py run Floating_ALM.yaml -p general:name:Floating_ALM_np_2

- name: Run all regression tests within WindSE
shell: pwsh
Expand Down
1 change: 1 addition & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- defaults
dependencies:
- python=3.10
- mpich=4.1.2=hd33e60e_101
# - mpich=4.0.3
- coveralls
- dolfin-adjoint=2019.1.0
Expand Down

0 comments on commit 21c002a

Please sign in to comment.