You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Aviary, a warning related to importing MPI usually prints to the terminal: /usr/share/miniconda/envs/test/lib/python3.12/site-packages/pyoptsparse/pyOpt_MPI.py:68: UserWarning: mpi4py could not be imported. mpi4py is required to use the parallel gradient analysis and parallel objective analysis for non-gradient based optimizers. Continuing using a dummy MPI module from pyOptSparse. warnings.warn(warn)
This is minorly annoying for running Aviary, but is adding unnecessary and confusing clutter to embedded code cells in docs. These errors should always be suppressed in the docs, and a way to suppress it for ordinary Aviary runs should also be implemented, possibly tied to Verbosity and suppression of other common warnings and printouts
Is your feature request related to a problem? Please describe.
No response
Associated Bug Report
No response
The text was updated successfully, but these errors were encountered:
I did see this warning before. I just tried to run aviary run_mission small_single_aisle_GwGm.csv and python test_bench_FwFm.py. I didn't see it. Can you give a case when you see this warning?
Desired capability or behavior.
When running Aviary, a warning related to importing MPI usually prints to the terminal:
/usr/share/miniconda/envs/test/lib/python3.12/site-packages/pyoptsparse/pyOpt_MPI.py:68: UserWarning: mpi4py could not be imported. mpi4py is required to use the parallel gradient analysis and parallel objective analysis for non-gradient based optimizers. Continuing using a dummy MPI module from pyOptSparse. warnings.warn(warn)
This is minorly annoying for running Aviary, but is adding unnecessary and confusing clutter to embedded code cells in docs. These errors should always be suppressed in the docs, and a way to suppress it for ordinary Aviary runs should also be implemented, possibly tied to
Verbosity
and suppression of other common warnings and printoutsIs your feature request related to a problem? Please describe.
No response
Associated Bug Report
No response
The text was updated successfully, but these errors were encountered: