OpenMDAO / dymos

Open Source Optimization of Dynamic Multidisciplinary Systems
Apache License 2.0
202 stars 65 forks source link

The Dymos test workflow should include a test job without MPI #997

Closed swryan closed 11 months ago

swryan commented 11 months ago

Task Description

The test_ex_two_burn_orbit_raise test in Dymos 1.9.1 requires MPI, but doesn't check if it's available and do a skipTest if it's not as it should.

A test configuration without MPI would have caught this.