Skip to content

Avoid argv length limit when calling condor_submit

The bayestar-localize-coincs tool's --condor-submit option now passes the submit file directives to condor_submit via stdin rather than on the command line, so that the number of jobs is not limited by the operating system's maximum number of command line arguments.

Merge request reports