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
Does condor allow adding queue commands to a submitted job?
The big issue here is that this is not a pilot job model. The way that concurrent.futures works constrains the executor to submit one condor job per pool.submit function.
It will make killing the jobs easier when debugging if it is a single job (with sub-jobs) rather than different jobs for each worker
E.g. these job numbers
could have been
then could kill with
condor_rm 11
The text was updated successfully, but these errors were encountered: