mdolab / MACH-Aero

MACH: MDO of Aircraft Configurations with High fidelity
115 stars 53 forks source link

ADflow output is piped to SLSQP.out #31

Closed ewu63 closed 3 years ago

ewu63 commented 3 years ago

Description

For some reason, when using SLSQP to run aero_opt.py, the iteration history of ADflow is piped to SLSQP.out. It's likely that this includes all Fortran outputs from ADflow.

Steps to reproduce issue

Please provide a minimum working example (MWE) if possible

  1. Run aero_opt.py with the default SLSQP optimizer

Current behavior

No ADflow iteration print out to screen. Instead, they are found in SLSQP.out.

Expected behavior

Iteration history should be printed to screen.