HPS-MC
Local Class Reference

Run local batch jobs sequentially. More...

Inheritance diagram for Local:
Batch

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
 

Detailed Description

Run local batch jobs sequentially.

Definition at line 727 of file batch.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)

Reimplemented from Batch.

Definition at line 732 of file batch.py.

Member Function Documentation

◆ submit_job()

def submit_job (   self,
  job_id 
)

Run a single job locally.

Reimplemented from Batch.

Definition at line 735 of file batch.py.


The documentation for this class was generated from the following file: