cms-tau-pog / TauFW

Analysis framework for tau analysis at CMS using NanoAOD
9 stars 41 forks source link

Add default batch options to configuration #53

Closed IzaakWN closed 10 months ago

IzaakWN commented 10 months ago

To add extra options to the batch system, one can do something like

pico.py submit ... -B '\-spool'

Since this is a bit cumbersome and ugly, this PR adds a way to set the extra batch options as default

pico.py set batchopts '\-spool'
pico.py submit ... # condor_submit should now include the -spool option