Package TEES :: Package Utils :: Package Connection :: Module LSFConnection
[hide private]

Module LSFConnection

source code

Classes [hide private]
  LSFConnection
For using the Load Sharing Facility (LSF) of Platform Computing (www.platform.com).
Variables [hide private]
  LSFJobTemplate = '#!/bin/sh\n##execution shell environment\n\n...
  __package__ = 'TEES.Utils.Connection'
Variables Details [hide private]

LSFJobTemplate

Value:
'''#!/bin/sh
##execution shell environment

##Memory limit
#BSUB -M %memory
##Max runtime
#BSUB -W %wallTime
#BSUB -o %stdout
...