Skip to content

Commit f46f795

Browse files
committed
mpich: Check ringtest step
1 parent 105692e commit f46f795

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/mpich.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ jobs:
140140
env:
141141
CFLAGS: "-O0"
142142

143+
- name: Check ringtest
144+
run: mpiexec -n 2 python -m mpi4py.bench ringtest
145+
env: {MPIR_CVAR_DEBUG_SUMMARY: 5}
146+
143147
- name: Test mpi4py (singleton)
144148
run: python test/main.py -v
145149
if: ${{ true }}

0 commit comments

Comments
 (0)