Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wallclock termination requires changes to params files of all problems #27

Open
ffoucart opened this issue Oct 3, 2016 · 0 comments
Open

Comments

@ffoucart
Copy link
Collaborator

ffoucart commented Oct 3, 2016

The newly implemented method to terminate the code after a given time, and allow checkpoint/restart without recompiling, will break existing problems unless new parameters are added to the params.input files:

//Name of files to store last checkpoint information
std::string restartFileName = "restartFileName.txt";
std::string restartFileTime = "restartFileTime.txt";

as well as the function

int timestepper::CheckWallClockTermination()

which can either return 0 (never terminate due to wallclock), or be copied from the torus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant