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 14, 2024
1 parent a7767d4 commit 1b522aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _episodes/02-HLT_timing.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A CERN account with access to lxplus - that's it!
cd timing
```

2. Submit a timing job to the timing machine using CMSSW_13_2_0, the GRun menu V152 and the default dataset on the timing machine.
2. Submit a timing job to the timing machine using CMSSW_14_0_11, the GRun menu V173 and the default dataset on the timing machine.

```bash
python3 submit.py /dev/CMSSW_14_0_0/GRun/V173 --cmssw CMSSW_14_0_11 --tag YOUR_TAG_HERE
Expand All @@ -44,6 +44,7 @@ A CERN account with access to lxplus - that's it!
```bash
python3 job_manager.py
```
It takes around 20-30 minutes to run.

4. Re-submit your job using the --rerun option, followed by the job ID of the first submitted job. This will re-submit the first job with the exact same parameters and can be useful if you want to re-run a job multiple times to get an idea of the variance of the timing measurements. This also leads to the program re-using the same CMSSW area as before on the timing machine, so it saves up some disk space there. Also make sure to add a new `--tag` to your job so you can distinguish the two in the job queue

Expand Down

0 comments on commit 1b522aa

Please sign in to comment.