We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c496bed commit ece7324Copy full SHA for ece7324
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Testing using pytest-mpi
46
run: |
47
if [ "${{ matrix.mpi }}" = "openmpi" ]; then
48
- mpiexec --oversubscribe -n ${{ matrix.rank }} pytest tests/ --with-mpi
+ mpiexec --oversubscribe -n ${{ matrix.rank }} --host localhost:${{ matrix.rank }} pytest tests/ --with-mpi
49
else
50
mpiexec -n ${{ matrix.rank }} pytest tests/ --with-mpi
51
fi
0 commit comments