Home | Trees | Indices | Help |
|
---|
|
object --+ | ParBase
Distributed data base class
Local classes that are to be used in global classes must inherit from this class.
|
|||
any |
broadcast(self,
data,
from_pid=0) Send a local value of one processor to all processors. |
||
list
|
exchangeMessages(self,
message_list) Returns the incoming data |
||
list
|
get(self,
data,
pid_list) Request the local values of other processors. |
||
list
|
put(self,
data,
pid_list) Send data to other processors |
||
Inherited from |
|
|||
is_parclass = 1
|
|
|||
Inherited from |
|
Send a local value of one processor to all processors.
|
|
Request the local values of other processors.
|
Send data to other processors
|
|
is_parclass
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Oct 6 14:45:41 2006 | http://epydoc.sourceforge.net |