|
Gaudi Framework, version v23r6 |
| Home | Generated: Wed Jan 30 2013 |


Public Member Functions | |
| def | __init__ |
| def | __del__ |
| def | process |
Public Attributes | |
| ncpus | |
| ppservers | |
| sessions | |
| server | |
| mode | |
| pool | |
| stats | |
Private Member Functions | |
| def | _printStatistics |
| def | _mergeStatistics |
Class to in charge of managing the tasks and distributing them to
the workers. They can be local (using other cores) or remote
using other nodes in the local cluster
Definition at line 101 of file Parallel.py.
| def GaudiMP.Parallel.WorkManager.__init__ | ( | self, | |
ncpus = 'autodetect', |
|||
ppservers = None |
|||
| ) |
Definition at line 106 of file Parallel.py.
| def GaudiMP.Parallel.WorkManager.__del__ | ( | self | ) |
Definition at line 120 of file Parallel.py.
|
private |
Definition at line 157 of file Parallel.py.
|
private |
Definition at line 148 of file Parallel.py.
| def GaudiMP.Parallel.WorkManager.process | ( | self, | |
| task, | |||
| items, | |||
timeout = 90000 |
|||
| ) |
Definition at line 123 of file Parallel.py.
| GaudiMP.Parallel.WorkManager.mode |
Definition at line 114 of file Parallel.py.
| GaudiMP.Parallel.WorkManager.ncpus |
Definition at line 107 of file Parallel.py.
| GaudiMP.Parallel.WorkManager.pool |
Definition at line 116 of file Parallel.py.
| GaudiMP.Parallel.WorkManager.ppservers |
Definition at line 111 of file Parallel.py.
| GaudiMP.Parallel.WorkManager.server |
Definition at line 113 of file Parallel.py.
| GaudiMP.Parallel.WorkManager.sessions |
Definition at line 112 of file Parallel.py.
| GaudiMP.Parallel.WorkManager.stats |
Definition at line 118 of file Parallel.py.