Search found 2 matches
- Tue Mar 22, 2011 12:55 pm
- Forum: Parallel NEURON
- Topic: Segmentation fault on set_maxstep()
- Replies: 3
- Views: 4550
Re: Segmentation fault on set_maxstep()
Ted, Thanks for your prompt response. It helped a lot to fix our problems. Turns out the problem was that some delays in the NetCons were smaller than the dt value and set_maxstep() would hang. The model is indeed small now, but the plan is to expand it to hundreds of neurons in a large cluster. Tha...
- Mon Mar 21, 2011 12:20 pm
- Forum: Parallel NEURON
- Topic: Segmentation fault on set_maxstep()
- Replies: 3
- Views: 4550
Segmentation fault on set_maxstep()
Hi all. We are trying to convert an older model to work in parallel. The network consists of 4 neurons connected to each other. The connections from the source to the target cells is performed by 1) assigning a gid to each cell via ParallelContext.set_gid2node(gid, ParallelContext.id) 2) connecting ...