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 69d3867 commit 332fd03Copy full SHA for 332fd03
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Debug MPI Execution
46
run: |
47
echo "Starting MPI test"
48
- mpiexec --oversubscribe -n 9 hostname
+ mpiexec -n 9 hostname
49
echo "MPI test completed"
50
# - name: Testing using pytest-mpi
51
# run: mpiexec -n ${{ matrix.rank }} pytest tests/ --with-mpi
0 commit comments