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

fixed bug that made Gatherv call fail #1847

Merged
merged 1 commit into from Jan 21, 2021
Merged

Conversation

naylor-b
Copy link
Member

Summary

list_outputs on a distributed model was failing because we were doing a Gatherv on an array obtained from accessing .real on a complex array, which is not contiguous.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@project-bot project-bot bot added this to In progress in OpenMDAO Dev [Read only] Jan 21, 2021
OpenMDAO Dev [Read only] automation moved this from In progress to Reviewer approved Jan 21, 2021
@swryan swryan merged commit 367f1e6 into OpenMDAO:master Jan 21, 2021
OpenMDAO Dev [Read only] automation moved this from Reviewer approved to Done Jan 21, 2021
@naylor-b naylor-b deleted the anil_lobug branch March 8, 2022 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Bug in list_outputs related to parallel gather
3 participants