Skip to content

Commit f179d02

Browse files
committed
Use --oversubscribe with OpenMPI
1 parent 1df9369 commit f179d02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ jobs:
9595
run: |
9696
for proc in 1 2 3; do
9797
echo "Running MPI test ($MPI) with $proc processes"
98-
PYTHONPATH=. mpiexec -n $proc python3 ./test/test_mpi.py
99-
PYTHONPATH=. mpiexec -n $proc python3 ./test/test_detector_blocks.py
98+
PYTHONPATH=. mpiexec --oversubscribe -n $proc python3 ./test/test_mpi.py
99+
PYTHONPATH=. mpiexec --oversubscribe -n $proc python3 ./test/test_detector_blocks.py
100100
done

0 commit comments

Comments
 (0)