We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df9369 commit f179d02Copy full SHA for f179d02
1 file changed
.github/workflows/tests.yml
@@ -95,6 +95,6 @@ jobs:
95
run: |
96
for proc in 1 2 3; do
97
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
+ PYTHONPATH=. mpiexec --oversubscribe -n $proc python3 ./test/test_mpi.py
+ PYTHONPATH=. mpiexec --oversubscribe -n $proc python3 ./test/test_detector_blocks.py
100
done
0 commit comments