Skip to content

Commit 4a627c6

Browse files
authored
Merge pull request #9100 from hppritcha/topic/add_ibm_cuda_xl_p9_plus_tests
LANL-CI: run osu tests which exercise CUDA
2 parents cbceb37 + ef07de6 commit 4a627c6

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.ci/lanl/gitlab-darwin-ci.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ test:ibm:
136136
- module load ibm
137137
- export PATH=$PWD/install_test/bin:$PATH
138138
- which mpirun
139-
- cd examples
139+
- pushd examples
140140
- mpirun -np 4 hostname
141141
- mpirun -np 4 ./hello_c
142142
- mpirun -np 4 ./ring_c
@@ -147,6 +147,24 @@ test:ibm:
147147
- mpirun -np 4 ./hello_usempif08
148148
- mpirun -np 4 ./ring_usempif08
149149
- 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
150168
artifacts:
151169
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
152170
expire_in: 1 week

0 commit comments

Comments
 (0)