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 in timeseries plots under MPI. #1116

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

robfalck
Copy link
Contributor

@robfalck robfalck commented Oct 3, 2024

Summary

The timeseries plots currently gather all phase options and trajectory options onto the root pro non-picklable options have been added to phases and trajectories.

This PR addresses that by limiting the MPI gather to only the variable-related options upon which the timeseries plots depend.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@coveralls
Copy link

Coverage Status

coverage: 93.694% (-0.2%) from 93.903%
when pulling adeaa90 on robfalck:tim_timeseries_bug
into 6b48528 on OpenMDAO:master.

@robfalck robfalck merged commit 19249bd into OpenMDAO:master Oct 3, 2024
10 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.

Timeseries report fails under MPI in some situations.
3 participants