Skip to content

Commit 410d05d

Browse files
committed
Some of the tests are flaky with 4 MPI ranks oversubscribed. Try with 2
1 parent 7bd79d6 commit 410d05d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: MPI Unit tests
4949
run: |
5050
cd nbodykit
51-
mpirun -n 4 --oversubscribe python -m pytest --with-mpi
51+
mpirun -n 2 python -m pytest --with-mpi
5252
- name: Store the distribution packages
5353
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' #Only do this once!
5454
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)