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 f2b2f62 commit 8f5c51dCopy full SHA for 8f5c51d
.github/workflows/build.yml
@@ -42,5 +42,10 @@ jobs:
42
if [ -f requirements.txt ]; then pip install -r requirements-dev.txt; fi
43
- name: Install pylops-mpi
44
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"
50
- name: Testing using pytest-mpi
51
run: mpiexec -n ${{ matrix.rank }} pytest tests/ --with-mpi
0 commit comments