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

Remove dependence on timing for checkpoint-restart #6478

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

wthrowe
Copy link
Member

@wthrowe wthrowe commented Feb 7, 2025

Fixes #6472.

That issue was caused by checkpoint-restart determining whether it was terminating or restarting based on wall-clock time. That could fail in a test where the time at checkpoint was very small, so it is replaced by an internal non-checkpointed flag.

Proposed changes

Upgrade instructions

Code review checklist

  • The code is documented and the documentation renders correctly. Run
    make doc to generate the documentation locally into BUILD_DIR/docs/html.
    Then open index.html.
  • The code follows the stylistic and code quality guidelines listed in the
    code review guide.
  • The PR lists upgrade instructions and is labeled bugfix or
    new feature if appropriate.

Further comments

Not an issue for real runs, but could cause test failures when the
code to restore from a checkpoint took longer to run than the
executable that generated the checkpoint.
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

Successfully merging this pull request may close these issues.

InputFiles.ScalarWave.PlaneWave2D.yaml.execute - failure with no error
1 participant