Skip to content

Commit 332fd03

Browse files
committed
Add 9 as np
1 parent 69d3867 commit 332fd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Debug MPI Execution
4646
run: |
4747
echo "Starting MPI test"
48-
mpiexec --oversubscribe -n 9 hostname
48+
mpiexec -n 9 hostname
4949
echo "MPI test completed"
5050
# - name: Testing using pytest-mpi
5151
# run: mpiexec -n ${{ matrix.rank }} pytest tests/ --with-mpi

0 commit comments

Comments
 (0)