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

TaskQualifier::*_sync does not work for iterative task lists #1125

Closed
lroberts36 opened this issue Jun 19, 2024 · 0 comments · Fixed by #1132
Closed

TaskQualifier::*_sync does not work for iterative task lists #1125

lroberts36 opened this issue Jun 19, 2024 · 0 comments · Fixed by #1132
Assignees

Comments

@lroberts36
Copy link
Collaborator

When TaskRegion::BuildGraph is called, it connects regional tasks across all of the task lists in TaskRegion::task_lists but does not appear to do anything with the task lists contained in TaskList::sublists. As a result, the BiCGSTAB solver hangs for more than one partition since the residual is zeroed out by one task for a reduction before other tasks have the chance to check the residual in their completion task in the previous iteration.

I will try to take a look at how to fix this next week.

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