lsst.ctrl.pool
14.0-1-ga2912ff+12
|
Public Member Functions | |
def | __init__ (self, args, kwargs) |
def | preamble (self, walltime=None) |
def | submitCommand (self, scriptName) |
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 | run (self, command, walltime=None) |
Run the batch system. More... | |
Public Attributes | |
numCores | |
numNodes | |
numProcsPerNode | |
mpiexec | |
outputDir | |
queue | |
jobName | |
walltime | |
dryrun | |
doExec | |
submit | |
options | |
verbose | |
Not-really-Batch submission with multiple cores on the current node The job is run immediately.
Definition at line 249 of file parallel.py.
def lsst.ctrl.pool.parallel.SmpBatch.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 255 of file parallel.py.
|
inherited |
Create script to be submitted.
command | command to run |
walltime | maximum wall clock time, overrides value to constructor |
Definition at line 141 of file parallel.py.
|
inherited |
Return execution string for script to be submitted
Definition at line 120 of file parallel.py.
|
inherited |
Return preamble string for script to be submitted Most batch systems allow you to embed submission options as comments here.
Definition at line 113 of file parallel.py.
def lsst.ctrl.pool.parallel.SmpBatch.preamble | ( | self, | |
walltime = None |
|||
) |
Definition at line 270 of file parallel.py.
|
inherited |
Run the batch system.
Creates and submits the script to execute the provided command
command | command to run |
walltime | maximum wall clock time, overrides value to constructor |
Definition at line 167 of file parallel.py.
|
inherited |
Definition at line 110 of file parallel.py.
def lsst.ctrl.pool.parallel.SmpBatch.submitCommand | ( | self, | |
scriptName | |||
) |
Definition at line 273 of file parallel.py.
|
inherited |
Definition at line 104 of file parallel.py.
|
inherited |
Definition at line 103 of file parallel.py.
|
inherited |
Definition at line 101 of file parallel.py.
lsst.ctrl.pool.parallel.SmpBatch.mpiexec |
Definition at line 266 of file parallel.py.
lsst.ctrl.pool.parallel.SmpBatch.numCores |
Definition at line 257 of file parallel.py.
lsst.ctrl.pool.parallel.SmpBatch.numNodes |
Definition at line 259 of file parallel.py.
lsst.ctrl.pool.parallel.SmpBatch.numProcsPerNode |
Definition at line 261 of file parallel.py.
|
inherited |
Definition at line 107 of file parallel.py.
|
inherited |
Definition at line 96 of file parallel.py.
|
inherited |
Definition at line 100 of file parallel.py.
|
inherited |
Definition at line 106 of file parallel.py.
|
inherited |
Definition at line 108 of file parallel.py.
|
inherited |
Definition at line 102 of file parallel.py.