From a1b6de84ec70e8c073b07f05afca0e40db8dd333 Mon Sep 17 00:00:00 2001 From: ddiaz006 Date: Thu, 15 Aug 2024 20:37:23 -0500 Subject: [PATCH] add lxplus/LPC option --- setup.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/setup.md b/setup.md index 1104749..e751e8f 100644 --- a/setup.md +++ b/setup.md @@ -5,8 +5,21 @@ title: Setup ## Setup the work area The following instructions assume you are using Bash. To switch to Bash, use `bash --login`. -Set up the CMSSW environment and clone the repository from github for the trigger exercise: +Set up the CMSSW environment and clone the repository from github for the trigger exercise (lxplus): +~~~ +cd public/ +mkdir HATS2024 +cd HATS2024 +cmssw-el7 +cmsrel CMSSW_10_6_31_patch1 +cd CMSSW_10_6_31_patch1/src +cmsenv +git clone -b 2024 https://github.com/FNALLPC/LPCTriggerHATS.git +scram b -j 4 +~~~ +{: .language-bash} +Alternatively if workig on Fermilab LPC: ~~~ cd nobackup/ mkdir HATS2024