OpenMDAO / OpenMDAO

OpenMDAO repository.
http://openmdao.org
Other
551 stars 251 forks source link

Remove the 'distributed' option on Component. #3235

Closed naylor-b closed 5 months ago

naylor-b commented 5 months ago

Description

This option is showing up in the docs but it isn't actually used for anything in the code.

Example

see description

OpenMDAO Version

3.32.1

Relevant environment information

No response

robfalck commented 5 months ago

This option serves as a default for all inputs and outputs if they are not otherwise specified. Closing this issue as this is still an easy way to make all IO for a component distributed.