ram1123 / nanoAOD_skim

nanoAOD skiming code for vv senile-tonic VBS studies
0 stars 9 forks source link

Improve condor script #51

Open ram1123 opened 3 months ago

ram1123 commented 3 months ago

Currently the condor job submission script has one argument line for each root files. But this is not recommended. The recommendation is that we keep these info in the txt file and then loop over it in the argument line.

See page 69-71 from this talk:

https://indico.cern.ch/event/611296/contributions/2604376/attachments/1471164/2276521/TannenbaumT_UserTutorial.pdf

ram1123 commented 3 months ago

Multiple queue statements is going to be deprecated. So, we should update this soon.

Warning message while submitting the condor jobs:

Warning: Use of multiple queue statements in a single submit file is deprecated.
         This functionality will be removed in the V24 feature series. To see
         how multiple queue statements can be converted into one visit:
https://htcondor.readthedocs.io/en/latest/auto-redirect.html?category=example&tag=convert-multi-queue-statements

Detail link: https://htcondor.readthedocs.io/en/latest/auto-redirect.html?category=example&tag=convert-multi-queue-statements

ram1123 commented 1 month ago

@YujiLee301 Please update the condor job in H4l branch.