Skip to content

Commit

Permalink
Merge pull request #27 from hppritcha/topic/add_ibm_cuda_test_to_lanl…
Browse files Browse the repository at this point in the history
…_ci_step1

LANL-CI: run osu tests which exercise CUDA
  • Loading branch information
hppritcha authored Jun 24, 2021
2 parents 2ae239d + 610976c commit 5e6edd8
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 5e6edd8

Please sign in to comment.