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 @@ -138,7 +138,7 @@ test:ibm:
138
138
- module load cuda/11.0
139
139
- export PATH=$PWD/install_test/bin:$PATH
140
140
- which mpirun
141
- - cd examples
141
+ - pushd examples
142
142
- mpirun -np 4 hostname
143
143
- mpirun -np 4 ./hello_c
144
144
- mpirun -np 4 ./ring_c
@@ -149,6 +149,24 @@ test:ibm:
149
149
- mpirun -np 4 ./hello_usempif08
150
150
- mpirun -np 4 ./ring_usempif08
151
151
- mpirun -np 4 ./connectivity_c
152
+ - popd
153
+ - mkdir osu-tests
154
+ - pushd osu-tests
155
+ - cp -p -r $OSU_TESTS_FOLDER/* .
156
+ - ./configure CC=mpicc FC=mpifort F77=mpifort CXX=mpiCC && make -j 8 clean && make -j 8
157
+ - pushd mpi/pt2pt
158
+ - mpirun -np 2 ./osu_latency
159
+ - mpirun -np 2 ./osu_latency D H
160
+ - mpirun -np 2 ./osu_latency H D
161
+ - mpirun -np 2 ./osu_latency H H
162
+ - mpirun -np 2 ./osu_bw
163
+ - mpirun -np 2 ./osu_bw D H
164
+ - mpirun -np 2 ./osu_bw H D
165
+ - mpirun -np 2 ./osu_bw H H
166
+ - mpirun -np 2 ./osu_bibw
167
+ - mpirun -np 2 ./osu_bibw D H
168
+ - mpirun -np 2 ./osu_bibw H D
169
+ - mpirun -np 2 ./osu_bibw H H
152
170
artifacts :
153
171
name : " $CI_JOB_NAME-$CI_COMMIT_REF_NAME"
154
172
expire_in : 1 week
You can’t perform that action at this time.
0 commit comments