| Home | Trees | Indices | Help |
|
|---|
|
|
DS parallel types - `REDUNDANT`: Every process performs the computation redundantly. - `SYNCHRONIZED`: The first process sends the result to the rest. - `DISTRIBUTED`: Used in some cases to distribute the computation among processes.
|
|||
|
Inherited from |
|||
|
|||
DISTRIBUTED = 2
|
|||
REDUNDANT = 0
|
|||
SYNCHRONIZED = 1
|
|||
__qualname__ =
|
|||
|
|||
|
Inherited from |
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 4 12:32:47 2021 | http://epydoc.sourceforge.net |