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

updated phoebus based on recent tasking rewrite changes in parthenon (PR #987 in parthenon) #198

Merged
merged 4 commits into from
Mar 1, 2024

Conversation

mari2895
Copy link
Collaborator

@mari2895 mari2895 commented Feb 6, 2024

PR Summary

New task rewrite changes in Parthenon (PR #987) required to update Phoebus accordingly. TaskStatus::fail is replaced with TaskStatus::complete. AddRegionalDependencies were replaced with TaskQualifier::local_sync.

PR Checklist

  • Adds a test for any bugs fixed. Adds tests for new features.
  • Format your changes by calling scripts/bash/format.sh.
  • Explain what you did.

Copy link
Collaborator

@Yurlungur Yurlungur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but I want @jdolence 's eyes too

Comment on lines +363 to +365
auto sum_mdot_1 =
tl.AddTask(TaskQualifier::local_sync, none, fixup::SumMdotPhiForNetFieldScaling,
md.get(), t, stage, &(net_field_totals->val));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gonna want @jdolence to double check this.

@Yurlungur
Copy link
Collaborator

Now correct with the task qualifiers. Given tests are passing. Merging.

@Yurlungur Yurlungur merged commit d806b3e into main Mar 1, 2024
2 checks passed
@Yurlungur Yurlungur deleted the mg/fix_TaskStatus_fail branch March 1, 2024 22:47
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.

3 participants