Save/restore checkpoints

dbr
Posts: 1
Joined: Tue Sep 28, 2010 2:43 pm

Save/restore checkpoints

Post by dbr »

I want to be able to save out the simulation state (i.e. create a checkpoint) at a given time t such that if I continue to step forward to time t2, then reload the state at time t, and then step forward again to time t2, that the simulation state at t2 is the same both times. Is this possible?

I have read the forum posts on determinism, and the simulation is repeatable when my checkpoint is at t=0, but I have not had repeatable simulations when my checkpoint is at t>0 and the original simulation began at t=0. Can someone let me know if this is possible?