The comment in the log file when RestartFreq and CheckpointFreq are not equal gives an example where they are also not equal (see below).
"Error: Checkpoint frequency must equal restart frequency!
Example: RestartFreq 1000; CheckpointFreq 10000".
Unless I am misunderstanding, maybe it needs to be :
"Error: Checkpoint frequency must equal restart frequency!
Example: RestartFreq 10000; CheckpointFreq 10000".
The comment in the log file when RestartFreq and CheckpointFreq are not equal gives an example where they are also not equal (see below).
"Error: Checkpoint frequency must equal restart frequency! Example: RestartFreq 1000; CheckpointFreq 10000".
Unless I am misunderstanding, maybe it needs to be :
"Error: Checkpoint frequency must equal restart frequency! Example: RestartFreq 10000; CheckpointFreq 10000".