Is the probe output information stored in the restart file? #746
-
Say I'm running a 200 ns simulation and output the probe information every 20 ns. If I restart from the restart file at 195 ns, does it still "remember" the particles passing through the probe from 180 ns to 195 ns? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @wnguyen1312, The particle probes only store particle-hits since the last SDF file output. I think you'd only keep particles from 195ns to 200ns in the next dump. I'm not sure if you can find the missing particles from 180-195ns in the restart dump or not. Maybe you can check to see if there is probe data in this file. If there's no probe data in the restart file, then the code wouldn't be able to continue this probe data anyway after the restart. Hope this helps, |
Beta Was this translation helpful? Give feedback.
Oh I see. We have a similar issue with some big cluster simulations that we've been running. Maybe it's worth looking into this instead of just accepting gaps in the data. I'm going to mark this as an issue that we can hopefully create a solution for. Maybe we should make those forced restart-dumps also dump the probe data.
We don't have much spare developer time to push this change through quick, so in the meantime I think dumping probes more regularly would be the easier solution.