Home | Trees | Indices | Help |
|
---|
|
object --+ | ParValue --+ | ParTuple
Global data tuple
ParTuple objects are used to speed up communication when many data items need to be sent to the same processors. The construct a, b, c = ParTuple(a, b, c).put(pids) is logically equivalent to a = a.put(pids); b = b.put(pids); c = c.put(pids) but more efficient.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
Inherited from |
Method Details |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Oct 28 14:16:02 2008 | http://epydoc.sourceforge.net |