Skip to content

Commit

Permalink
use 3 mpi processes instead of 2 for "proper" mpi
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Jan 9, 2024
1 parent b332ffb commit 45741e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: python run_pypolychord.py

- name: Test pypolychord (MPI)
run: mpirun -np 2 python run_pypolychord.py
run: mpirun -np 3 python run_pypolychord.py

- name: Test pypolychord (anesthetic)
if: ${{ ! contains( '3.6, 3.7', matrix.python-version ) }}
Expand Down Expand Up @@ -84,4 +84,4 @@ jobs:
run: python -m pytest tests

- name: Test pypolychord (MPI)
run: mpirun -np 2 python -m pytest tests --only-mpi
run: mpirun -np 3 python -m pytest tests --only-mpi

0 comments on commit 45741e0

Please sign in to comment.