Skip to content

Commit

Permalink
Fixed the install path.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanessen committed Jun 17, 2024
1 parent f1be756 commit 6f4e6bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/superbuild/ci/ci_tioga_dha_distconv.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ SUPERBUILD_SRC_DIR=${LBANN_SRC_DIR}/scripts/superbuild
source ${SUPERBUILD_SRC_DIR}/ci/ci_tioga_env.sh

# Set to the preferred install directory
INSTALL_PREFIX=${INSTALL_PREFIX_EXTERNALS}/dha
INSTALL_PREFIX=${INSTALL_PREFIX_EXTERNALS}/dha_with_distconv

# Set to the preferred build directory
BUILD_DIR=${TMPDIR}/lbann-superbuild-dha
BUILD_DIR=${TMPDIR}/lbann-superbuild-dha-distconv

# Update the location of external packages
source ${INSTALL_PREFIX_EXTERNALS}/logs/lbann_sb_suggested_cmake_prefix_path.sh
Expand Down

0 comments on commit 6f4e6bd

Please sign in to comment.