Skip to content

Commit 519baf1

Browse files
committed
intelmpi: Check ringtest step
1 parent 1fee8b7 commit 519baf1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/intelmpi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ jobs:
9595
env:
9696
CFLAGS: "-O0"
9797

98+
- name: Check ringtest
99+
run: mpiexec -n 2 python -m mpi4py.bench ringtest
100+
env: {I_MPI_DEBUG: 5}
101+
98102
- name: Test mpi4py (singleton)
99103
run: python test/main.py -v
100104
if: ${{ true }}

0 commit comments

Comments
 (0)