File tree Expand file tree Collapse file tree 1 file changed +18
-14
lines changed Expand file tree Collapse file tree 1 file changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -92,20 +92,24 @@ jobs:
92
92
if : ${{ true }}
93
93
- name : Test mpi4py (np=1)
94
94
run : mpiexec -n 1 python test/main.py -v
95
- - name : Test mpi4py (np=2)
96
- run : mpiexec -n 2 python test/main.py -v -f
97
- - name : Test mpi4py (np=3)
98
- run : mpiexec -n 3 python test/main.py -v -f
99
- if : ${{ true }}
100
- timeout-minutes : 20
101
- - name : Test mpi4py (np=4)
102
- run : mpiexec -n 4 python test/main.py -v -f
103
- if : ${{ true }}
104
- timeout-minutes : 20
105
- - name : Test mpi4py (np=5)
106
- run : mpiexec -n 5 python test/main.py -v -f
107
- if : ${{ true }}
108
- timeout-minutes : 20
95
+ #
96
+ # unfortunately these multi-rank tests aren't reliable enough to
97
+ # run in github actions right now.
98
+ #
99
+ # - name: Test mpi4py (np=2)
100
+ # run: mpiexec -n 2 python test/main.py -v -f
101
+ # - name: Test mpi4py (np=3)
102
+ # run: mpiexec -n 3 python test/main.py -v -f
103
+ # if: ${{ true }}
104
+ # timeout-minutes: 20
105
+ # - name: Test mpi4py (np=4)
106
+ # run: mpiexec -n 4 python test/main.py -v -f
107
+ # if: ${{ true }}
108
+ # timeout-minutes: 20
109
+ # - name: Test mpi4py (np=5)
110
+ # run: mpiexec -n 5 python test/main.py -v -f
111
+ # if: ${{ true }}
112
+ # timeout-minutes: 20
109
113
- name : Test mpi4py.run
110
114
run : python demo/test-run/test_run.py -v
111
115
if : ${{ true }}
You can’t perform that action at this time.
0 commit comments