Run local batch jobs sequentially. More...
Public Member Functions | |
def | __init__ (self) |
def | submit_job (self, job_id) |
Run a single job locally. More... | |
Public Member Functions inherited from Batch | |
def | parse_args (self, args) |
Parse command line arguments and perform setup. More... | |
def | submit (self) |
This is the generic batch submission function which gets a list of jobs to run based on command line arguments and submits them individually. More... | |
def | default_rundir (self, job_id=None) |
def | build_cmd (self, job_id) |
This is the basic implementation of building a command to run the job from a batch system. More... | |
Additional Inherited Members | |
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 | |
def submit_job | ( | self, | |
job_id | |||
) |