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

Class PBSConnection

source code

  UnixConnection.UnixConnection --+    
                                  |    
ClusterConnection.ClusterConnection --+
                                      |
                                     PBSConnection

For using Portable Batch System Professional (PBS Pro) of Altair Engineering (http://www.altair.com).

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

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

Inherited from UnixConnection.UnixConnection: 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__

addCommand(self, string)

source code 
Overrides: UnixConnection.UnixConnection.addCommand