Search found 1 match

by vivi
Sun Dec 12, 2010 4:25 am
Forum: Parallel NEURON
Topic: How do I pass a SectionList() to the master?
Replies: 1
Views: 3235

How do I pass a SectionList() to the master?

In my parallel simulation I have a Vector() stvec containing the start times of nsyn NetStim() and each worker creates its own set of nsyn synapses syn[nsyn]. I pass the start times to the master with a pc.post() as follows: func superrun(){local id id = hoc_ac_ [ ...] stvec.resize(0) sl=new Section...