Skip to content

Commit

Permalink
Update 02-HLT_timing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denerslemos authored Aug 16, 2024
1 parent a1b6de8 commit 19f0fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/02-HLT_timing.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A CERN account with access to lxplus - that's it!
python3 submit.py /dev/CMSSW_14_0_0/GRun/V173 --cmssw CMSSW_14_0_11 --tag YOUR_TAG_HERE
```

There is a possibility to require ```pip3 install tsgauth==0.10.2``` in LXPLUS9. Which can be fixed using the lines bellow.
If you have 2FA, there is a possibility that lxplus9 will require ```pip3 install tsgauth==0.10.2```. Which can be fixed using the lines bellow.

```bash
python3 -m venv venv
Expand All @@ -37,7 +37,7 @@ A CERN account with access to lxplus - that's it!
pip3 install tsgauth==0.10.2
```

If you have 2FA, the code will give you a link (like ```https://auth.cern.ch/auth/realms/cern/...```) which should be copy and pasted in the browser to grant access.
The lxplus9 also will give you a link (like ```https://auth.cern.ch/auth/realms/cern/...```) which should be copy and pasted in the browser to grant access.

3. Check the status of your job using the `job_manager.py` script.

Expand Down

0 comments on commit 19f0fe5

Please sign in to comment.