Gridgen job subclass with an implementation of StartupInterface.
|
|
needsDriver(self,
options)
Return True if the job needs a driver. |
|
|
|
|
inputFiles(self)
Return the set of input files needed by the job. |
|
|
|
|
canRestartSerial(self)
Return True if it is possible to restart without a driver. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
licenseRequirements(self)
Return the list of licenses needed by the job as
<name>:<tokens> strings. |
|
|
|
Inherited from driver.GridgenJob:
__init__,
addSubjob,
checkGridFile,
run,
runSubjob,
setUp,
writeInputFile
Inherited from driver.GlideJob:
__getattr__,
__str__,
checkDevKeywords,
iteritems
Inherited from StartupInterface:
driverRestartFiles,
serialRestartFiles
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|