GOMC-WSU / GOMC

GOMC - GPU Optimized Monte Carlo is a parallel molecular simulation code designed for high-performance simulation of large systems
https://gomc-wsu.org
MIT License
76 stars 36 forks source link

Checkpoint issues/fixes just in log output suggestions #461

Closed bc118 closed 2 years ago

bc118 commented 2 years ago

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".

LSchwiebert commented 2 years ago

Nice catch! Closing as it has been patched.