Submit Auger batch jobs. More...
Public Member Functions | |
| __init__ (self) | |
| submit_job (self, job_id) | |
| Make this a no-op. | |
| submit (self) | |
| Batch submission method for Auger. | |
| build_cmd (self, job_id) | |
| This is the basic implementation of building a command to run the job from a batch system. | |
Public Member Functions inherited from BatchSystem | |
| parse_args (self, args) | |
| Parse command line arguments and perform setup. | |
Public Member Functions inherited from Batch | |
| default_rundir (self, job_id=None) | |
Public Attributes | |
| setup_script | |
| memory | |
| diskspace | |
| job_length | |
| config_files | |
| job_steps | |
| script | |
Public Attributes inherited from BatchSystem | |
| site | |
| queue | |
| os | |
| memory | |
| diskspace | |
| job_length | |
Public Attributes inherited from Batch | |
| parser | |
| script_name | |
| script | |
| jobstore | |
| debug | |
| log_dir | |
| run_dir | |
| check_output | |
| job_ids | |
| job_steps | |
| start_job_num | |
| end_job_num | |
| config_files | |
Protected Member Functions | |
| _create_job_xml (self) | |
| _jsub (self, xml_filename) | |
| _get_auger_ids (self, out) | |
| _write_req (self, req, filename='temp.xml') | |
| _create_req (self, req_name) | |
| _create_job (self, params) | |
| Needed for resolving ptag output sources. | |
| _add_job (self, req, job_params) | |
Protected Member Functions inherited from Batch | |
| _logfile (self, job_id) | |
| Get the base name of a log file for the job. | |
| _get_filtered_job_ids (self) | |
| Get a list of job IDs to submit based on parsed command line options and whether output files are being checked. | |
| _job_ids_missing_output (self, job_ids) | |
| Get a list of IDs for jobs that are missing output files. | |
Additional Inherited Members | |
Static Protected Member Functions inherited from BatchSystem | |
| _site () | |
Static Protected Member Functions inherited from Batch | |
| _outputs_exist (job) | |
| Check if all output files exist for the given job. | |
Submit Auger batch jobs.
Auger itself is actually deprecated and unavailable but its submission XML format is supported by the Swif class (see below).
| __init__ | ( | self | ) |
|
protected |
| build_cmd | ( | self, | |
| job_id | |||
| ) |
| submit | ( | self | ) |
| submit_job | ( | self, | |
| job_id | |||
| ) |