Module pypcsim :: Class MultiThreadNetwork
[hide private]
[frames] | no frames]

Class MultiThreadNetwork

 object --+        
          |        
??.instance --+    
              |    
     SimNetwork --+
                  |
                 MultiThreadNetwork

Help on MultiThreadNetwork [class]:
Network which encapsulates a multi-threaded simulation in one process on a multi-processor machine. 

 Used for setup and running simulations on one multi-processor machine (single-node multi-thread scenario). 
 Contains interfaces for construction of the network, i.e. adding SimObject objects (neurons, synapses, etc.) and 
 connecting them, and also used for simulation control. 
 
 \sa DistributedNetwork, SimNetwork

Instance Methods [hide private]
 
__init__(...)
Help on MultiThreadNetwork::MultiThreadNetwork(int nThreads, SimParameter sp=SimParameter::Default) [constructor]
 
maxLocalEngineID(...)

Inherited from SimNetwork: add, addAnalogMessage, addObject, addSpikeMessage, advance, connect, connectFast, create, get_dt, initialize, insert, mount, mpi_rank, mpi_size, nAnalogMessages, nSpikeMessage, object, record, reset, seed, setDistributionStrategy, set_dt, simParameter, simulate

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __instance_size__ = 5140
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on MultiThreadNetwork::MultiThreadNetwork(int nThreads, SimParameter sp=SimParameter::Default) [constructor]

Overrides: object.__init__

maxLocalEngineID(...)

 
Overrides: SimNetwork.maxLocalEngineID