-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi, I'm attempting to restart a long calculation (RASPA 3.0.16) on my university's HPC cluster, which has a 24h wall time limit. I've set up the simulation.json like this:
{
"SimulationType" : "MonteCarlo",
"NumberOfCycles" : 1000000,
"NumberOfInitializationCycles" : 100000,
"RestartFromBinaryFile" : true,
"WriteBinaryRestartEvery": 500,
"PrintEvery" : 1000
etc. etc.
}
However, upon the first restart it seems like the simulation just started anew from initialization cycle 0. Is this an issue or am I missing something in the input?
Metadata
Metadata
Assignees
Labels
No labels