|
def | preamble (self, walltime=None) |
|
def | submitCommand (self, scriptName) |
|
def | __init__ (self, outputDir=None, numNodes=0, numProcsPerNode=0, numCores=0, queue=None, jobName=None, walltime=0.0, dryrun=False, doExec=False, mpiexec="", submit=None, options=None, verbose=False) |
| Constructor. More...
|
|
def | shebang (self) |
|
def | preamble (self, command, walltime=None) |
|
def | execution (self, command) |
|
def | createScript (self, command, walltime=None) |
| Create script to be submitted. More...
|
|
def | submitCommand (self, scriptName) |
| Return command to submit script. More...
|
|
def | run (self, command, walltime=None) |
| Run the batch system. More...
|
|
Batch submission with PBS
Definition at line 187 of file parallel.py.