You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am copying this ticket from one of the BBP internal ticket. As this example depends on BBP internal circuit & configurations, unfortunately it's a bit difficult to provide it as a complete reproducer. But I thought it would be good to copy whatever is available as we are going to loose access to BBP infrastructure soon.
Overview of the issue
This is what Andras provided:
Similar to this: https://github.com/neuronsimulator/nrn/issues/2787 I've also experienced a drop in performance of NEURON 9.0 compared to NEURON 8.2.4 when simulating a single cell using CVode.
My setup is in bluecellulab, but I've put together a minimal example that can be run in neurodamus with the latest module. It's a long simulation (22.5 minutes of biological time) with sparse events: there are 2 * 60 EPSPs (evoked by spike replay) and 75 spikes (evoked by current injection).
I've put it here:
/gpfs/bbp.cscs.ch/project/proj96/home/ecker/simulations/BBPBGLIB-1172
With CVode in blucellulab it took:
33 mins. in NEURON 9.0
20 mins. in NEURON 8.2.4
Although improved, the second number still seems weird, considering that it's just a single cell and I was hoping that CVode will require less compute time than biological time... Giuseppe claims that he ran the same sims <2-3 mins. with NEURON 7.
(With fixed dt, it takes ~5h with NEURON 9.0.)
Context
I am copying this ticket from one of the BBP internal ticket. As this example depends on BBP internal circuit & configurations, unfortunately it's a bit difficult to provide it as a complete reproducer. But I thought it would be good to copy whatever is available as we are going to loose access to BBP infrastructure soon.
Overview of the issue
This is what Andras provided:
See attached exported ticket.
[#BBPBGLIB-1172] NEURON (and CVode) performance drop.pdf
Example
The example
BBPBGLIB-1172/bluecellulab/runsim.py
mentioned in the ticket uses BBP's sonata circuit. But copying the example here for reference:Expected result/behavior
Performance between v8.0 and 9.0 should be same.
BBPBGLIB-1172.tgz
The text was updated successfully, but these errors were encountered: