Replies: 1 comment 2 replies
-
The round trip time cost should be on the order of the time it takes for NEURON to compute a time step. Whether that is presently 5 or 10 or 40 time steps in duration, I don't know. Since there are 40 (dt = 0.025) steps per ms, if tstop is much greater than a ms the round trip time is worth accepting if CoreNEURON can compute a time step sufficiently faster than NEURON and there are enough time steps between the round trip. In terms of memory, CoreNEURON memory use for a model is generally about 1/6 the size as for Now that CoreNEURON has been validated to generate same results for network models, we have begun the process of merging |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have a problem for running the neuron with coreneuron code. When I debug it , I find the main process will execute Neuron's nrn_finitialize with neuron's mod file. But when it executes to the coreneuron's run_solve_core. It seems that all varaibles generated by the neuron will be regenerated by the coreneuron. I think this will consume much time and memory . If my understanding is wrong, please let me know. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions