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

Only use save_repeat_run_id for dump files #2223

Merged
merged 1 commit into from
Feb 10, 2021
Merged

Conversation

johnomotani
Copy link
Contributor

This is a small follow up to #2149 to make sure that we do not save run_id as a time-dependent variable to restart files when save_repeat_run_id is true.

If the save_repeat argument to Solver::outputVars() is false, we are writing a restart file and should never save-repeat the run_id or run_restart_from.

If the save_repeat argument to Solver::outputVars() is false, we are
writing a restart file and should never save_repeat the run_id or
run_restart_from.
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@ZedThree ZedThree merged commit 3c34d77 into next Feb 10, 2021
@ZedThree ZedThree deleted the run_id-save-repeat-fix branch February 10, 2021 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants