You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are actually python bindings for HTCondor clusters: link.
That means a lot of the stuff in the HTCondorSubmitter class could use that, which would make everything more robust, probably.
Just leaving this here as an idea!
The text was updated successfully, but these errors were encountered:
I have seen this used in some other projects but I have mixed feelings about it.
I like having a static and declarative job description in the form of a plaintext submit file, that gives you an outline of the job(s) at a glance.
Replacing this with something procedural could make the whole thing a bit opaque and harder to debug, but at the same time allows for more sanity checks (i.e. does $INPUT_FILE exist or not) at runtime.
In general I think flarestack's behaviour of submitting jobs automatically is not optimal. I think the submission to the cluster should always happen manually, i.e. flarestack should only create the submission file. That would also remove the need for the flarestack process to hang around until all jobs have completed.
There are actually python bindings for
HTCondor
clusters: link.That means a lot of the stuff in the
HTCondorSubmitter
class could use that, which would make everything more robust, probably.Just leaving this here as an idea!
The text was updated successfully, but these errors were encountered: