Skip to content

Commit

Permalink
[ci] oversubscribe MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jul 27, 2023
1 parent 4eddc59 commit 2ee46fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
if: ${{ matrix.MPI != 'no' }}
run: |
python -c 'import mpi4py' &&
mpiexec -np 4 python pymultinest_demo_minimal.py;
mpiexec -np 4 --oversubscribe python pymultinest_demo_minimal.py;
python -c 'import mpi4py' &&
mpiexec -np 4 python pymultinest_demo.py;
mpiexec -np 4 --oversubscribe python pymultinest_demo.py;
- name: Long filename test
run: |
Expand Down

0 comments on commit 2ee46fb

Please sign in to comment.