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

Fix last outstanding error regarding OOM handling compat modules #2762

Closed
bmcdonald3 opened this issue Sep 9, 2023 · 0 comments · Fixed by #2763
Closed

Fix last outstanding error regarding OOM handling compat modules #2762

bmcdonald3 opened this issue Sep 9, 2023 · 0 comments · Fixed by #2763
Assignees

Comments

@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.

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 a pull request may close this issue.

1 participant