Submit using the 'swif2' command at JLAB using an Auger file. More...
Public Member Functions | |
def | __init__ (self) |
def | parse_args (self, args) |
Parse command line arguments and perform setup. More... | |
def | submit (self) |
Batch submission method for Auger. More... | |
Public Member Functions inherited from Auger | |
def | submit_job (self, job_id) |
Make this a no-op. More... | |
def | build_cmd (self, job_id) |
This is the basic implementation of building a command to run the job from a batch system. More... | |
Public Member Functions inherited from Batch | |
def | default_rundir (self, job_id=None) |
Public Attributes | |
workflow | |
Public Attributes inherited from Auger | |
setup_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 | |
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.
def parse_args | ( | self, | |
args | |||
) |
Parse command line arguments and perform setup.
Reimplemented from BatchSystem.
def submit | ( | self | ) |