Page 1 of 1

Running multiple neurons through parallel programming

Posted: Sat Feb 01, 2014 12:50 am
by Krishna Chaitanya
Hi,

I have tried running a fairly large network with cvode solver and also with intrinsic parallelization. For 4000 neurons, the simulation didn't show any error but when scaled to 40000, this error is shown (please see below):
exp(944.591) out of range, returning exp(700)
exp(944.592) out of range, returning exp(700)
exp(944.591) out of range, returning exp(700)
exp(944.591) out of range, returning exp(700)
No more errno warnings during this execution
exp(944.591) out of range, returning exp(700)
exp(944.592) out of range, returning exp(700)
exp(944.591) out of range, returning exp(700)
exp(944.591) out of range, returning exp(700)
No more errno warnings during this execution
exp(944.591) out of range, returning exp(700)
exp(944.591) out of range, returning exp(700)
exp(944.592) out of range, returning exp(700)
exp(944.591) out of range, returning exp(700)
exp(944.592) out of range, returning exp(700)
exp(944.591) out of range, returning exp(700)
exp(944.591) out of range, returning exp(700)
exp(944.591) out of range, returning exp(700)
No more errno warnings during this execution
No more errno warnings during this execution
exp(944.591) out of range, returning exp(700)
exp(944.592) out of range, returning exp(700)
exp(944.591) out of range, returning exp(700)
exp(944.591) out of range, returning exp(700)
exp(944.591) out of range, returning exp(700)
exp(944.592) out of range, returning exp(700)
exp(944.591) out of range, returning exp(700)
No more errno warnings during this execution
exp(944.591) out of range, returning exp(700)
No more errno warnings during this execution
exp(944.591) out of range, returning exp(700)
exp(944.592) out of range, returning exp(700)
exp(944.591) out of range, returning exp(700)
exp(944.591) out of range, returning exp(700)
No more errno warnings during this execution
errno set 6 times on last execution
errno set 6 times on last execution
errno set 6 times on last execution
errno set 6 times on last execution

What is it that I am doing wrong? Could you kindly let me know?

Thank you.

Re: Running multiple neurons through parallel programming

Posted: Sat Feb 01, 2014 11:51 am
by ted
The problem probably lies in how you scaled up the network. Did the number of synapses/cell change? Did the number of afferent spike streams (i.e. netcons) per synaptic target change?

I'm not sure what "intrinsic parallelization" means.