htc_write_condor_file¶
-
lsst.ctrl.bps.htcondor.
htc_write_condor_file
(filename, job_name, job, job_attrs)¶ Main function to write an HTCondor submit file.
Parameters: - filename :
str
Filename for the HTCondor submit file
- job_name :
str
Job name to use in submit file
- job :
RestrictedDict
Submit script information.
- job_attrs :
dict
Job attributes.
- filename :