Submit using the 'swif2' command at JLAB using an Auger file. More...
Public Member Functions | |
__init__ (self) | |
parse_args (self, args) | |
Parse command line arguments and perform setup. | |
submit (self) | |
Batch submission method for Auger. | |
![]() | |
submit_job (self, job_id) | |
Make this a no-op. | |
build_cmd (self, job_id) | |
This is the basic implementation of building a command to run the job from a batch system. | |
![]() | |
default_rundir (self, job_id=None) | |
Public Attributes | |
workflow | |
![]() | |
setup_script | |
memory | |
diskspace | |
job_length | |
config_files | |
job_steps | |
script | |
![]() | |
site | |
queue | |
os | |
memory | |
diskspace | |
job_length | |
![]() | |
parser | |
script_name | |
script | |
jobstore | |
debug | |
log_dir | |
run_dir | |
check_output | |
job_ids | |
job_steps | |
start_job_num | |
end_job_num | |
config_files | |
Additional Inherited Members | |
![]() | |
_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) | |
![]() | |
_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. | |
![]() | |
_site () | |
![]() | |
_outputs_exist (job) | |
Check if all output files exist for the given job. | |
Submit using the 'swif2' command at JLAB using an Auger file.
This is just a thin wrapper of the parent class to call the swif2 commands with the generated Auger XML file.
Existing workflows generated by this class should be fully canceled and removed before resubmitting using this interface.
parse_args | ( | self, | |
args | |||
) |
Parse command line arguments and perform setup.
Reimplemented from BatchSystem.
submit | ( | self | ) |