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

Closes #2762: Fix last outstanding error regarding OOM handling compat modules #2763

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

bmcdonald3
Copy link
Contributor

In #2760, the compat modules for the 1.32 release switched to using the already created domain to create an array, rather than building the domain from scratch, which was causing some overhead. What that missed was the case where there may be a DR array passed in when you would like to create a block distributed array, so a check on the type of the domain is being added here.

Closes #2762

In Bears-R-Us#2760, the compat modules for the 1.32 release switched to
using the already created domain to create an array, rather than
building the domain from scratch, which was causing some overhead.
What that missed was the case where there may be a DR array passed
in when you would like to create a block distributed array, so a
check on the type of the domain is being added here.
@stress-tess stress-tess self-requested a review September 11, 2023 20:42
@stress-tess stress-tess added this pull request to the merge queue Sep 11, 2023
Merged via the queue into Bears-R-Us:master with commit 787d321 Sep 11, 2023
9 checks passed
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.

Fix last outstanding error regarding OOM handling compat modules
3 participants