Home | Trees | Indices | Help |
---|
|
object --+ | GPIDev.Base.Objects.Node --+ | GPIDev.Base.Objects.GangaObject --+ | GPIDev.Adapters.IApplication.IApplication --+ | Executable
This is a Ganga.GPI.Executable implementation class. Refer to Ganga.GPI.Executable.__doc__ for documentation.
|
|||
_proxyClass Executable application -- running arbitrary programs. |
|||
Inherited from |
|
|||
Inherited from |
|
|||
_GUIAdvancedPrefs =
|
|||
_GUIPrefs =
|
|||
_name =
|
|||
_schema = <Ganga.GPIDev.Schema.Schema.Schema instance at 0x1ca
|
|||
args = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x1ca7e10>
|
|||
env = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x1ca7d90>
|
|||
exe = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x1ca7d10>
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Configure the specific aspect of the application . This method has a similar meaning as master_configure() method and it should return a tuple (modified_flag,appconfig). This method must be implemented in a derived class. Otherwise the submission will fail. Arguments:
In case of splitting this method will be called for each subjob object exactly once which means that it will be executed as many times as there are subjobs. If there is no splitting this method will be called exactly once, after master_configure(). Transition from Ganga 4.0.x:
|
|
_GUIAdvancedPrefs
|
_GUIPrefs
|
_schema
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:21 2012 | http://epydoc.sourceforge.net |