Skip to content

Commit

Permalink
LANL-CI: run osu tests which exercise CUDA
Browse files Browse the repository at this point in the history
Open MPI interoperability

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
  • Loading branch information
hppritcha committed Jun 24, 2021
1 parent 2ae239d commit 610976c
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .ci/lanl/gitlab-darwin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ test:ibm:
- module load cuda/11.0
- export PATH=$PWD/install_test/bin:$PATH
- which mpirun
- cd examples
- pushd examples
- mpirun -np 4 hostname
- mpirun -np 4 ./hello_c
- mpirun -np 4 ./ring_c
Expand All @@ -149,6 +149,24 @@ test:ibm:
- mpirun -np 4 ./hello_usempif08
- mpirun -np 4 ./ring_usempif08
- mpirun -np 4 ./connectivity_c
- popd
- mkdir osu-tests
- pushd osu-tests
- cp -p -r $OSU_TESTS_FOLDER/* .
- ./configure CC=mpicc FC=mpifort F77=mpifort CXX=mpiCC && make -j 8 clean && make -j 8
- pushd mpi/pt2pt
- mpirun -np 2 ./osu_latency
- mpirun -np 2 ./osu_latency D H
- mpirun -np 2 ./osu_latency H D
- mpirun -np 2 ./osu_latency H H
- mpirun -np 2 ./osu_bw
- mpirun -np 2 ./osu_bw D H
- mpirun -np 2 ./osu_bw H D
- mpirun -np 2 ./osu_bw H H
- mpirun -np 2 ./osu_bibw
- mpirun -np 2 ./osu_bibw D H
- mpirun -np 2 ./osu_bibw H D
- mpirun -np 2 ./osu_bibw H H
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
expire_in: 1 week
Expand Down

0 comments on commit 610976c

Please sign in to comment.