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
74 stars 36 forks source link

Check all restart files to make sure Restart is true #501

Closed LSchwiebert closed 1 year ago

LSchwiebert commented 1 year ago

Resolves Issue #500 by making sure that a user who specifies a restart file in the config file can't run without also setting Restart to true.

This solution is more flexible in handling user errors in the config file than just setting Restart to true in these cases.