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:
- filenamestr
- Filename for the HTCondor submit file 
- job_namestr
- Job name to use in submit file 
- jobRestrictedDict
- Submit script information. 
- job_attrsdict
- Job attributes. 
 
- filename