![]() |
The Gaudi Framework
master (d98a2936)
|
Public Member Functions | |
def | __new__ (cls, *args, **kwargs) |
def | initializeLocal (self) |
def | initializeRemote (self) |
def | process (self, item) |
def | finalize (self) |
Public Attributes | |
output | |
Private Member Functions | |
def | _mergeResults (self, result) |
def | _resetOutput (self) |
Static Private Attributes | |
_initializeDone | |
Basic base class to encapsulate any processing that is going to be porcessed in parallel. User class much inherit from it and implement the methods initializeLocal, initializeRemote, process and finalize.
Definition at line 66 of file Parallel.py.
def GaudiMP.Parallel.Task.__new__ | ( | cls, | |
* | args, | ||
** | kwargs | ||
) |
Definition at line 73 of file Parallel.py.
|
private |
Definition at line 94 of file Parallel.py.
|
private |
Definition at line 133 of file Parallel.py.
def GaudiMP.Parallel.Task.finalize | ( | self | ) |
Definition at line 91 of file Parallel.py.
def GaudiMP.Parallel.Task.initializeLocal | ( | self | ) |
Definition at line 82 of file Parallel.py.
def GaudiMP.Parallel.Task.initializeRemote | ( | self | ) |
Definition at line 85 of file Parallel.py.
def GaudiMP.Parallel.Task.process | ( | self, | |
item | |||
) |
Definition at line 88 of file Parallel.py.
|
staticprivate |
Definition at line 71 of file Parallel.py.
GaudiMP.Parallel.Task.output |
Definition at line 104 of file Parallel.py.