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

Class LSFConnection

source code

  UnixConnection.UnixConnection --+    
                                  |    
ClusterConnection.ClusterConnection --+
                                      |
                                     LSFConnection

For using the Load Sharing Facility (LSF) of Platform Computing (www.platform.com).

Instance Methods [hide private]
 
__init__(self, account=None, workdir=None, settings=None, wallTime=None, memory=None, cores=None, modules=None) source code

Inherited from ClusterConnection.ClusterConnection: getJobStatus, getNumJobs, getStreams, makeJobScript, submit

Inherited from UnixConnection.UnixConnection: addCommand, clearCommands, clearWorkDir, download, exists, getFileStatus, getJob, getJobStatusByName, getLocalPath, getRemotePath, getSetting, getUserName, isLocal, mkdir, run, scp, upload, waitForJob, waitForJobCount, waitForJobs

Method Details [hide private]

__init__(self, account=None, workdir=None, settings=None, wallTime=None, memory=None, cores=None, modules=None)
(Constructor)

source code 
Overrides: UnixConnection.UnixConnection.__init__