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:
138138 - module load cuda/11.0
139139 - export PATH=$PWD/install_test/bin:$PATH
140140 - which mpirun
141- - cd examples
141+ - pushd examples
142142 - mpirun -np 4 hostname
143143 - mpirun -np 4 ./hello_c
144144 - mpirun -np 4 ./ring_c
@@ -149,6 +149,24 @@ test:ibm:
149149 - mpirun -np 4 ./hello_usempif08
150150 - mpirun -np 4 ./ring_usempif08
151151 - 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
152170 artifacts :
153171 name : " $CI_JOB_NAME-$CI_COMMIT_REF_NAME"
154172 expire_in : 1 week
You can’t perform that action at this time.
0 commit comments