Skip to content

Commit

Permalink
Updated setup scripts to use CMSSW 14_1_0_pre5
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas committed Jul 16, 2024
1 parent 23ec786 commit 1d9b396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RecoTracker/LSTCore/standalone/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ elif [[ $ARCH == "aarch64" || $ARCH == "arm64" ]]; then
else
export SCRAM_ARCH=el8_amd64_gcc12
fi
export CMSSW_VERSION=CMSSW_14_1_0_pre3
export CMSSW_VERSION=CMSSW_14_1_0_pre5

source /cvmfs/cms.cern.ch/cmsset_default.sh
cd /cvmfs/cms.cern.ch/$SCRAM_ARCH/cms/cmssw/$CMSSW_VERSION/src
Expand Down
2 changes: 1 addition & 1 deletion RecoTracker/LSTCore/standalone/setup_hpg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $DIR/code/rooutil/thisrooutil.sh

export SCRAM_ARCH=el8_amd64_gcc12
export CMSSW_VERSION=CMSSW_14_1_0_pre3
export CMSSW_VERSION=CMSSW_14_1_0_pre5
export CUDA_HOME=${HPC_CUDA_DIR}

source /cvmfs/cms.cern.ch/cmsset_default.sh
Expand Down

0 comments on commit 1d9b396

Please sign in to comment.