File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ test:ibm:
136
136
- module load ibm
137
137
- export PATH=$PWD/install_test/bin:$PATH
138
138
- which mpirun
139
- - cd examples
139
+ - pushd examples
140
140
- mpirun -np 4 hostname
141
141
- mpirun -np 4 ./hello_c
142
142
- mpirun -np 4 ./ring_c
@@ -147,6 +147,24 @@ test:ibm:
147
147
- mpirun -np 4 ./hello_usempif08
148
148
- mpirun -np 4 ./ring_usempif08
149
149
- mpirun -np 4 ./connectivity_c
150
+ - popd
151
+ - mkdir osu-tests
152
+ - pushd osu-tests
153
+ - cp -p -r $OSU_TESTS_FOLDER/* .
154
+ - ./configure CC=mpicc FC=mpifort F77=mpifort CXX=mpiCC && make -j 8 clean && make -j 8
155
+ - pushd mpi/pt2pt
156
+ - mpirun -np 2 ./osu_latency
157
+ - mpirun -np 2 ./osu_latency D H
158
+ - mpirun -np 2 ./osu_latency H D
159
+ - mpirun -np 2 ./osu_latency H H
160
+ - mpirun -np 2 ./osu_bw
161
+ - mpirun -np 2 ./osu_bw D H
162
+ - mpirun -np 2 ./osu_bw H D
163
+ - mpirun -np 2 ./osu_bw H H
164
+ - mpirun -np 2 ./osu_bibw
165
+ - mpirun -np 2 ./osu_bibw D H
166
+ - mpirun -np 2 ./osu_bibw H D
167
+ - mpirun -np 2 ./osu_bibw H H
150
168
artifacts :
151
169
name : " $CI_JOB_NAME-$CI_COMMIT_REF_NAME"
152
170
expire_in : 1 week
You can’t perform that action at this time.
0 commit comments