|
| def | getRunCmd (self, args, kwargs) |
| | Get job submission command given selected options. More...
|
| |
| def | getRunStatusCmd (self, args, kwargs) |
| | Get job status command. More...
|
| |
| def | getRunCmdRegex (self) |
| | Get compiled regular expression for parsing run command output. More...
|
| |
| def | getRunStatusCmdRegex (self) |
| | Get compiled regular expression for parsing run status command output. More...
|
| |
| def | mapStatusCode (self, status_code) |
| | Map between status codes of the underlying queue system and calibrator status codes. More...
|
| |
| def | __init__ (self, basedir, session_id, queue, db_path, run_path, logger, restart_runs, submit_queue, polling_delay, mem_limit, max_active_jobs, wall_time) |
| |
| def | submitJob (self, job) |
| | Submit a job to the underlying queue system. More...
|
| |
| def | getRunCmd (self, args, kwargs) |
| | Get job submission command given selected options. More...
|
| |
| def | getRunStatusCmd (self, args, kwargs) |
| | Get job status command. More...
|
| |
| def | getRunCmdRegex (self) |
| | Get compiled regular expression for parsing run command output. More...
|
| |
| def | getRunStatusCmdRegex (self) |
| | Get compiled regular expression for parsing run status command output. More...
|
| |
| def | mapStatusCode (self, status_code) |
| | Map between status codes of the underlying queue system and calibrator status codes. More...
|
| |
| def | __init__ (self, basedir, session_id, queue, db_path, run_path, logger, restart_runs, submit_queue, polling_delay, mem_limit, max_active_jobs, wall_time) |
| |
| def | submitJob (self, job) |
| | Submit a job to the underlying queue system. More...
|
| |
| def | getRunCmd (self, args, kwargs) |
| | Get job submission command given selected options. More...
|
| |
| def | getRunStatusCmd (self, args, kwargs) |
| | Get job status command. More...
|
| |
| def | getRunCmdRegex (self) |
| | Get compiled regular expression for parsing run command output. More...
|
| |
| def | getRunStatusCmdRegex (self) |
| | Get compiled regular expression for parsing run status command output. More...
|
| |
| def | mapStatusCode (self, status_code) |
| | Map between status codes of the underlying queue system and calibrator status codes. More...
|
| |
| def | __init__ (self, basedir, session_id, queue, db_path, run_path, logger, restart_runs, submit_queue, polling_delay, mem_limit, max_active_jobs, wall_time) |
| |
| def | submitJob (self, job) |
| | Submit a job to the underlying queue system. More...
|
| |
| def | getRunCmd (self, args, kwargs) |
| | Get job submission command given selected options. More...
|
| |
| def | getRunStatusCmd (self, args, kwargs) |
| | Get job status command. More...
|
| |
| def | getRunCmdRegex (self) |
| | Get compiled regular expression for parsing run command output. More...
|
| |
| def | getRunStatusCmdRegex (self) |
| | Get compiled regular expression for parsing run status command output. More...
|
| |
| def | submitJob (self, job) |
| | Submit a job to the underlying queue system. More...
|
| |
| def | mapStatusCode (self, status_code) |
| | Map between status codes of the underlying queue system and calibrator status codes. More...
|
| |
| def | __init__ (self, basedir, session_id, queue, db_path, run_path, logger, restart_runs, submit_queue, polling_delay, mem_limit, max_active_jobs) |
| | Concrete classes must use getRunCmd() and getRunStatusCmd() to initialize self.run_cmd and self.run_status_cmd before the run() method can be called. More...
|
| |
| def | pollJobsStatus (self) |
| | Check status of jobs submitted. More...
|
| |
| def | run (self) |
| | Method to be run in a consumer thread/process to launch a run submitted by procuder thread/process. More...
|
| |
| def | getRunCmd (self, args, kwargs) |
| | Get job submission command given selected options. More...
|
| |
| def | getRunStatusCmd (self, args, kwargs) |
| | Get job status command. More...
|
| |
| def | getRunCmdRegex (self) |
| | Get compiled regular expression for parsing run command output. More...
|
| |
| def | getRunStatusCmdRegex (self) |
| | Get compiled regular expression for parsing run status command output. More...
|
| |
| def | submitJob (self, job) |
| | Submit a job to the underlying queue system. More...
|
| |
| def | mapStatusCode (self, status_code) |
| | Map between status codes of the underlying queue system and calibrator status codes. More...
|
| |
| def | __init__ (self, basedir, session_id, queue, db_path, run_path, logger, restart_runs, submit_queue, polling_delay, mem_limit, max_active_jobs) |
| | Concrete classes must use getRunCmd() and getRunStatusCmd() to initialize self.run_cmd and self.run_status_cmd before the run() method can be called. More...
|
| |
| def | pollJobsStatus (self) |
| | Check status of jobs submitted. More...
|
| |
| def | run (self) |
| | Method to be run in a consumer thread/process to launch a run submitted by procuder thread/process. More...
|
| |
| def | getRunCmd (self, args, kwargs) |
| | Get job submission command given selected options. More...
|
| |
| def | getRunStatusCmd (self, args, kwargs) |
| | Get job status command. More...
|
| |
| def | getRunCmdRegex (self) |
| | Get compiled regular expression for parsing run command output. More...
|
| |
| def | getRunStatusCmdRegex (self) |
| | Get compiled regular expression for parsing run status command output. More...
|
| |
| def | submitJob (self, job) |
| | Submit a job to the underlying queue system. More...
|
| |
| def | mapStatusCode (self, status_code) |
| | Map between status codes of the underlying queue system and calibrator status codes. More...
|
| |
| def | __init__ (self, basedir, session_id, queue, db_path, run_path, logger, restart_runs, submit_queue, polling_delay, mem_limit, max_active_jobs) |
| | Concrete classes must use getRunCmd() and getRunStatusCmd() to initialize self.run_cmd and self.run_status_cmd before the run() method can be called. More...
|
| |
| def | pollJobsStatus (self) |
| | Check status of jobs submitted. More...
|
| |
| def | run (self) |
| | Method to be run in a consumer thread/process to launch a run submitted by procuder thread/process. More...
|
| |
| def | __init__ |
| |
| def | __del__ (self) |
| |
| def | run (self) |
| |
| def | storeJobInDB (self, job) |
| | Store new job in ModelRunnerDB2. More...
|
| |
| def | jobCompleteCallback (self, args, kwargs) |
| | Called when a job is complete. More...
|
| |
| def | __init__ |
| |
| def | __del__ (self) |
| |
| def | run (self) |
| |
| def | storeJobInDB (self, job) |
| | Store new job in ModelRunnerDB2. More...
|
| |
| def | jobCompleteCallback (self, args, kwargs) |
| | Called when a job is complete. More...
|
| |
| def | __init__ |
| |
| def | __del__ (self) |
| |
| def | run (self) |
| |
| def | storeJobInDB (self, job) |
| | Store new job in ModelRunnerDB2. More...
|
| |
| def | jobCompleteCallback (self, args, kwargs) |
| | Called when a job is complete. More...
|
| |
CalibrationRunner for use with PBS/TORQUE job management system.