Skip to content

Commit 5e6edd8

Browse files
authored
Merge pull request #27 from hppritcha/topic/add_ibm_cuda_test_to_lanl_ci_step1
LANL-CI: run osu tests which exercise CUDA
2 parents 2ae239d + 610976c commit 5e6edd8

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
@@ -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

0 commit comments

Comments
 (0)