Skip to content

Commit

Permalink
Added Lassen CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanessen committed Aug 6, 2024
1 parent a7219fa commit 4a10d9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,11 @@ corona testing:
include: '.gitlab/build-and-test-corona.yml'
forward:
pipeline_variables: true

lassen testing:
stage: run-all-clusters
trigger:
strategy: depend
include: '.gitlab/build-and-test-lassen.yml'
forward:
pipeline_variables: true
2 changes: 1 addition & 1 deletion scripts/superbuild/ci/ci_lassen_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ INSTALL_PREFIX_EXTERNALS=${INSTALL_ROOT}/${COMPILER_VER}/spectrum-mpi-rolling-re
BUILD_ROOT=/usr/workspace/lbann/ci_stable_dependencies/.build/lassen/${CUDA_VER}/${COMPILER_VER}

# Location of external packages
export CMAKE_PREFIX_PATH=${INSTALL_ROOT}/cudnn-8.9.4:${INSTALL_ROOT}/nccl-2.19.4:${INSTALL_ROOT}/../../cutensor-1.7.0.1/libcutensor-linux-x86_64-1.7.0.1-archive
export CMAKE_PREFIX_PATH=${INSTALL_ROOT}/cudnn-8.9.4:${INSTALL_ROOT}/nccl-2.19.4:${INSTALL_ROOT}/../../cutensor-1.7.0.1/libcutensor-linux-ppc64le-1.7.0.1-archive
CMAKE_CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH//:/;}

0 comments on commit 4a10d9a

Please sign in to comment.