Skip to content

Commit 8f5c51d

Browse files
committed
Minor test by adding oversubscribe
1 parent f2b2f62 commit 8f5c51d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,10 @@ jobs:
4242
if [ -f requirements.txt ]; then pip install -r requirements-dev.txt; fi
4343
- name: Install pylops-mpi
4444
run: pip install .
45+
- name: Debug MPI Execution
46+
run: |
47+
echo "Starting MPI test"
48+
mpiexec --oversubscribe -n 9 hostname
49+
echo "MPI test completed"
4550
- name: Testing using pytest-mpi
4651
run: mpiexec -n ${{ matrix.rank }} pytest tests/ --with-mpi

0 commit comments

Comments
 (0)