On Sep 11, 2012, at 3:36 PM, Daniel Gribel wrote:
> I am checkpointing the simulation manually, inside the step() method of my
> own class that inherits from Simulation class.
I'm not sure what step() method you're referring to here -- MASON doesn't have a "Simulation" class, and the SimState class (my closest guess) doesn't have a step() method.
If you are trying to checkpoint a simulation which is running headless, you could just use MASON's built-in checkpointer in its doLoop method. If you are trying to checkpoint a simulation which is running in a GUI, there's no automatic checkpointer at this time but we could whip one up.
Sean