Hello,
I haven't seen this question asked in any relevant forum.
My lab has a NEURON simulation that consumes a little too much RAM and I was wondering if it is possible to save the values of all state variables at a particular time and restart the simulation with exactly those values.
Thank you,
-Youngmin
Checkpointing
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Re: Checkpointing
The SaveState class and a bit of hoc code will take care of that for you. Read about it in the Programmer's Reference
http://www.neuron.yale.edu/neuron/stati ... #SaveState
http://www.neuron.yale.edu/neuron/stati ... #SaveState