lsst.ctrl.pool  13.0-6-gf96f8ec+19
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
lsst.ctrl.pool.parallel.SmpBatch Class Reference
Inheritance diagram for lsst.ctrl.pool.parallel.SmpBatch:
lsst.ctrl.pool.parallel.Batch

Public Member Functions

def __init__
 
def preamble
 
def submitCommand
 
- Public Member Functions inherited from lsst.ctrl.pool.parallel.Batch
def __init__
 Constructor. More...
 
def shebang
 
def preamble
 
def execution
 
def createScript
 Create script to be submitted. More...
 
def submitCommand
 Return command to submit script. More...
 
def run
 Run the batch system. More...
 

Public Attributes

 numCores
 
 numNodes
 
 numProcsPerNode
 
 mpiexec
 
- Public Attributes inherited from lsst.ctrl.pool.parallel.Batch
 outputDir
 
 numNodes
 
 numProcsPerNode
 
 numCores
 
 queue
 
 jobName
 
 walltime
 
 dryrun
 
 doExec
 
 mpiexec
 
 submit
 
 options
 
 verbose
 

Detailed Description

Not-really-Batch submission with multiple cores on the current node

The job is run immediately.

Definition at line 249 of file parallel.py.

Constructor & Destructor Documentation

def lsst.ctrl.pool.parallel.SmpBatch.__init__ (   self,
  args,
  kwargs 
)

Definition at line 255 of file parallel.py.

Member Function Documentation

def lsst.ctrl.pool.parallel.SmpBatch.preamble (   self,
  walltime = None 
)

Definition at line 270 of file parallel.py.

def lsst.ctrl.pool.parallel.SmpBatch.submitCommand (   self,
  scriptName 
)

Definition at line 273 of file parallel.py.

Member Data Documentation

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.


The documentation for this class was generated from the following file: