diff --git a/.ci/lanl/gitlab-darwin-ci.yml b/.ci/lanl/gitlab-darwin-ci.yml index 1e93cedd196..8ab639a001e 100644 --- a/.ci/lanl/gitlab-darwin-ci.yml +++ b/.ci/lanl/gitlab-darwin-ci.yml @@ -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 @@ -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