|
__init__(self,
createRunScript=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
addAndCopyInputFile(self,
inputFile,
copyFile=True)
Add and copy input files to task workdir. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addRuntimeEnvironment(self,
runtimeEnvironment) |
source code
|
|
|
|
|
|
|
onUpdateState(self,
state,
version)
Add or remove task attributes that has changed from the version
loaded from disk. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getJobList(self)
Return a list of job descriptions and directories |
source code
|
|
|
getJobInfo(self)
Return a list of job directories |
source code
|
|
|
|
|
|
|
|
|
onAssignTemplateName(self,
templateString,
taskName) |
source code
|
|
|
onAssignTemplateId(self,
templateString,
taskId) |
source code
|
|
|
onAssignTemplateSweepSize(self,
templateString,
sweepSize) |
source code
|
|
|
onAssignTemplateValue(self,
templateString,
taskValue) |
source code
|
|
|
onCalculateSweepValueFloat(self,
taskId,
sweepSize) |
source code
|
|
|
onCalculateSweepValueInt(self,
taskId,
sweepSize) |
source code
|
|
|
onCreateRunScript(self,
taskName,
taskId)
Abstract routine responsible for returning a run-script for the job. |
source code
|
|
|
onSetupScripts(self)
Abstract routine responsible for creating the necessary files that
make up the grid task, such as scripts, XRSL and input files. |
source code
|
|
|
onClean(self)
Abstract routine responsible for cleaning any temporay files created
by the setup() routine. |
source code
|
|
|
onRefresh(self)
If any new attributes are added in new versions of a task the refresh
method is responsible for checking for these and adding/removing them
if they do not exist. |
source code
|
|
|
onCreateJobDescription(self,
taskName,
taskId,
taskDir)
Abstract routines responsible for returning a jobdescription for the
job. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|