Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Updated setup for lnx4555
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas committed May 3, 2024
1 parent da9b237 commit 93c50c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ For lnx7188 and lnx4555 this needs to be done once
cd /cdat/tem/${USER}/
git clone [email protected]:SegmentLinking/LSTPerformanceWeb.git

### Setting up container (only for lnx7188 and lnx4555)
### Setting up container (only for lnx7188)

For lnx7188 and lnx4555 this needs to be done before compiling or running the code:
For lnx7188 this needs to be done before compiling or running the code:

singularity shell --nv --bind /mnt/data1:/data --bind /data2/segmentlinking/ --bind /opt --bind /nfs --bind /mnt --bind /usr/local/cuda/bin/ --bind /cvmfs /cvmfs/unpacked.cern.ch/registry.hub.docker.com/cmssw/el8:x86_64

Expand Down
6 changes: 5 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $DIR/code/rooutil/thisrooutil.sh

export SCRAM_ARCH=el8_amd64_gcc12
if [[ $(hostname) == *lnx4555* ]]; then
export SCRAM_ARCH=el9_amd64_gcc12
else
export SCRAM_ARCH=el8_amd64_gcc12
fi
export CMSSW_VERSION=CMSSW_14_1_0_pre3

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

0 comments on commit 93c50c8

Please sign in to comment.