lsst.ctrl.pool g6c8d09e9e7+47a03978c4
Public Member Functions | List of all members
lsst.ctrl.pool.parallel.PbsBatch Class Reference
Inheritance diagram for lsst.ctrl.pool.parallel.PbsBatch:
lsst.ctrl.pool.parallel.Batch

Public Member Functions

def preamble (self, walltime=None)
 
def submitCommand (self, scriptName)
 Return command to submit script. More...
 

Detailed Description

Batch submission with PBS

Definition at line 184 of file parallel.py.

Member Function Documentation

◆ preamble()

def lsst.ctrl.pool.parallel.PbsBatch.preamble (   self,
  command = None 
)
Return preamble string for script to be submitted

Most batch systems allow you to embed submission options as comments here.

Reimplemented from lsst.ctrl.pool.parallel.Batch.

Definition at line 187 of file parallel.py.

◆ submitCommand()

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

Return command to submit script.

    @param scriptName: name of script on filesystem

Reimplemented from lsst.ctrl.pool.parallel.Batch.

Definition at line 209 of file parallel.py.


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