Description of feature
The current OAS MPhys builder sets up the aero solver group as non-distributed, this means that the solver group and all it's data are duplicated on every proc when running in parallel, which leads to huge memory usage.
Potential solution
It would be preferable to mark the solver group as distributed and then only do anything on the root proc.