Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | WiringMethod --+ | DistributedSyncWiringMethod
Help on DistributedSyncWiringMethod [class]: Implementation of a WiringMethod which allows fast wiring of populations which span multiple MPI nodes
The basic idea here is that on two MPI nodes \em A and \em B only possible connections \em (a,b) between SimObjects \em a on \em A and \em b on \em B are considered and not the whole populations. Hence a lot of time is saved by not considering connectins (x,y) where either x not on A or y not on B. This allows basically for a wiring time which is proportional to nn where n is the numbers of SimObjects belonging to one MPI node instead of N x N where N is the number of SimObject's in the whole population.
|
|||
|
|||
Inherited from Inherited from |
|
|||
__instance_size__ = 16
|
|
|||
Inherited from |
|
Help on DistributedSyncWiringMethod::DistributedSyncWiringMethod(SimNetwork & net) [constructor] Help on DistributedSyncWiringMethod::DistributedSyncWiringMethod(SimNetwork * net) [constructor]
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 19 19:45:20 2008 | http://epydoc.sourceforge.net |