|
lsst.ctrl.pool
19.0.0-2-g260436e+36
|
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 262 of file parallel.py.
| def lsst.ctrl.pool.parallel.SmpBatch.__init__ | ( | self, | |
| args, | |||
| kwargs | |||
| ) |
Definition at line 268 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 138 of file parallel.py.
|
inherited |
Return execution string for script to be submitted
Definition at line 117 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 110 of file parallel.py.
| def lsst.ctrl.pool.parallel.SmpBatch.preamble | ( | self, | |
walltime = None |
|||
| ) |
Definition at line 283 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 164 of file parallel.py.
|
inherited |
Definition at line 107 of file parallel.py.
| def lsst.ctrl.pool.parallel.SmpBatch.submitCommand | ( | self, | |
| scriptName | |||
| ) |
Definition at line 286 of file parallel.py.
|
inherited |
Definition at line 101 of file parallel.py.
|
inherited |
Definition at line 100 of file parallel.py.
|
inherited |
Definition at line 98 of file parallel.py.
| lsst.ctrl.pool.parallel.SmpBatch.mpiexec |
Definition at line 279 of file parallel.py.
| lsst.ctrl.pool.parallel.SmpBatch.numCores |
Definition at line 270 of file parallel.py.
| lsst.ctrl.pool.parallel.SmpBatch.numNodes |
Definition at line 272 of file parallel.py.
| lsst.ctrl.pool.parallel.SmpBatch.numProcsPerNode |
Definition at line 274 of file parallel.py.
|
inherited |
Definition at line 104 of file parallel.py.
|
inherited |
Definition at line 93 of file parallel.py.
|
inherited |
Definition at line 97 of file parallel.py.
|
inherited |
Definition at line 103 of file parallel.py.
|
inherited |
Definition at line 105 of file parallel.py.
|
inherited |
Definition at line 99 of file parallel.py.
1.8.13