clusterjob.backends.lpbs module¶
LPBS backend
-
class
clusterjob.backends.lpbs.LPbsBackend[source]¶ Bases:
clusterjob.backends.pbs.PbsBackendLPBS Backend
-
name= 'lpbs'¶
-
extension= 'pbs'¶
-
prefix= '#PBS'¶
-
cmd_submit(jobscript)[source]¶ Given a
JobScriptinstance, return alqsubcommand that submits the job to the scheduler, as a list of program arguments.
-
cmd_status(run, finished=False)[source]¶ Given a
AsyncResultinstance, return alqstatcommand that queries the scheduler for the job status.
-
cmd_cancel(run)[source]¶ Given a
AsyncResultinstance, return alqdelcommand that cancels the run, as a list of command arguments.
-