Skip to content

Reply To: Error When Using Checkpoint for Multi-Component

OpenLB – Open Source Lattice Boltzmann Code Forums on OpenLB General Topics Error When Using Checkpoint for Multi-Component Reply To: Error When Using Checkpoint for Multi-Component

#9560
Adrian
Keymaster

What do you mean by “Then, when it shows [Timer] step=3000; percent=7.5; passedTime=87.541; remTime=1079.67; MLUPs=10.9901 on the terminal, I run: […]”? Is this the maxIter time? i.e. do you only start the checkpoint-loading version if the checkpoint-saving one has terminated or do your run them at the same time (which your comment sounds like)?

On the resolved particle question: All the SuperLattice::(load,save) methods do is to (de)serialize the lattice field data from disk. i.e. only the state encoded in the field data is checkpointed. At a minimum you will need to also checkpoint the particle manager classes (they should allow for the same but I never use this part of the code so somebody else will need to confirm).