Skip to content

Commit

Permalink
add lxplus/LPC option
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiaz006 committed Aug 16, 2024
1 parent 45597c5 commit a1b6de8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1b6de8

Please sign in to comment.