Represents a batch processing system that requires submission like Slurm or Auger. More...
Public Member Functions | |
def | __init__ (self) |
def | parse_args (self, args) |
Parse command line arguments and perform setup. More... | |
Public Member Functions inherited from Batch | |
def | submit_job (self, job_id) |
Submit a single batch job and return the batch ID. 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... | |
Public Attributes | |
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 | |
Static Private Member Functions | |
def | _site () |
Represents a batch processing system that requires submission like Slurm or Auger.
This subclasses Batch because it adds a number of different parameters which do not apply to all the batch system types (namely Pool and Local).
def __init__ | ( | self | ) |
def parse_args | ( | self, | |
args | |||
) |