Pyomo / pyomo

An object-oriented algebraic modeling language in Python for structured optimization problems.
https://www.pyomo.org
Other
1.97k stars 505 forks source link

parmest: test against mpi-sppy #2314

Open adowling2 opened 2 years ago

adowling2 commented 2 years ago

Summary

mpi-sppy is not imported in the test harness, thus parmest features that use mpi-sppy are not tested. Options:

DLWoodruff commented 2 years ago

It would not make sense to add parmest to the tests on mpi-sppy that are done for each PR, but we could add parmest to the periodic tests if that's the route selected.

On Fri, Feb 25, 2022 at 8:27 AM Alex Dowling @.***> wrote:

Summary

mpi-sppy is not imported in the test harness, thus parmest features that use mpi-sppy are not tested. Options:

  • Add mpi-sppy to Pyomo testing harness, but this creates circular redependencies
  • Add parmest test to mpi-sppy repo
  • Add integration tests in downstream applications, e.g., IDAES

— Reply to this email directly, view it on GitHub https://github.com/Pyomo/pyomo/issues/2314, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD4VTBHG7WLLFSCL5PALUWTU46UYVANCNFSM5PKWU6DQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>