Page 1 of 1

Checkpointing

Posted: Tue Jun 28, 2011 2:22 pm
by BBAmp
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

Re: Checkpointing

Posted: Tue Jun 28, 2011 3:26 pm
by ted
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

Re: Checkpointing

Posted: Wed Jun 29, 2011 9:43 am
by BBAmp
excellent.