Skip to content

Commit f998be9

Browse files
committed
mpi4py: add -x test_doc
Signed-off-by: Tomislav Janjusic <tomislavj@nvidia.com>
1 parent 89e315c commit f998be9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ompi_mpi4py.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,27 +113,27 @@ jobs:
113113
CFLAGS: "-O0"
114114

115115
- name: Test mpi4py (singleton)
116-
run: python test/main.py -v
116+
run: python test/main.py -v -x test_doc
117117
if: ${{ true }}
118118
timeout-minutes: 10
119119
- name: Test mpi4py (np=1)
120-
run: mpiexec -n 1 python test/main.py -v
120+
run: mpiexec -n 1 python test/main.py -v -x test_doc
121121
if: ${{ true }}
122122
timeout-minutes: 10
123123
- name: Test mpi4py (np=2)
124-
run: mpiexec -n 2 python test/main.py -v -f
124+
run: mpiexec -n 2 python test/main.py -v -f -x test_doc
125125
if: ${{ true }}
126126
timeout-minutes: 10
127127
- name: Test mpi4py (np=3)
128-
run: mpiexec -n 3 python test/main.py -v -f
128+
run: mpiexec -n 3 python test/main.py -v -f -x test_doc
129129
if: ${{ true }}
130130
timeout-minutes: 10
131131
- name: Test mpi4py (np=4)
132-
run: mpiexec -n 4 python test/main.py -v -f
132+
run: mpiexec -n 4 python test/main.py -v -f -x test_doc
133133
if: ${{ true }}
134134
timeout-minutes: 10
135135
- name: Test mpi4py (np=5)
136-
run: mpiexec -n 5 python test/main.py -v -f
136+
run: mpiexec -n 5 python test/main.py -v -f -x test_doc
137137
if: ${{ true }}
138138
timeout-minutes: 10
139139

@@ -151,7 +151,7 @@ jobs:
151151
echo LD_LIBRARY_PATH=/opt/ompi/lib >> $GITHUB_ENV
152152
153153
- name: Test mpi4py (singleton)
154-
run: python test/main.py -v
154+
run: python test/main.py -v -x test_doc
155155
if: ${{ true }}
156156
timeout-minutes: 10
157157

0 commit comments

Comments
 (0)