cms-l1t-offline / cms-l1t-analysis

0 stars 21 forks source link

HTCondor on lxplus #160

Closed kreczko closed 5 years ago

kreczko commented 5 years ago

It seems that submission via the HTCondor Python bindings is currently not working on lxplus.

The main reason is an issue with the forwarding of the Kerberos token: https://htcondor-wiki.cs.wisc.edu/index.cgi/tktview?tn=6734

A possible workaround for us is to create the submit file ourselves (bypass python bindings) and simply call condor_submit with that file instead.

OR: use ganga

I do not like either option, so it is to pick the least intrusive one.