OpenMDAO / dymos

Open Source Optimization of Dynamic Multidisciplinary Systems
Apache License 2.0
212 stars 67 forks source link

Trajectory results report not being built under MPI. #1045

Closed robfalck closed 9 months ago

robfalck commented 9 months ago

Description

The trajectory results report attempts to gather trajectory and phase options from the recorded files rather than an active Problem instance. However, OpenMDAO doesn't seem to be recording options of remote systems when under MPI, so the results report fails when operating under MPI.

Example

Enable make_plots=True for the finite burn MPI test case and run it under MPI to reproduce the issue.

Dymos Version

1.10.1-dev

Relevant environment information

No response