Running multiple neurons through parallel programming
Posted: Sat Feb 01, 2014 12:50 am
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.
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.