Skip to content

OpenMDAO is a high-performance computing platform for systems analysis and optimization that enables you to decompose your models, making them easier to build and maintain, while still solving them in a tightly-coupled manner with efficient parallel numerical methods.

License

cephdon/OpenMDAO

 
 

Repository files navigation

Build Status Build status Documentation Status Coverage Status

This version of OpenMDAO is completely new software. To use the legacy version (versions 0.13.0 and older) of the OpenMDAO-Framework, go here: https://github.com/OpenMDAO/OpenMDAO-Framework

OpenMDAO 1.0 is in an ALPHA state. The version that you are installing is under active development, and as such may be broken from time to time. We highly recommend that you clone this repository to install the code, so you can easily pull down the latest updates.

To install OpenMDAO 1.0 Alpha: Install Python, Pip, Numpy, and Scipy. (Anaconda Python, comes bundled with everything you need: http://continuum.io ).

Next, clone OpenMDAO repository:

git clone https://github.com/OpenMDAO/OpenMDAO.git

Lastly, install it in development mode:

pip install -e OpenMDAO

For more information, visit our website at: http://openmdao.org

or read our docs at: http://openmdao.org/docs

About

OpenMDAO is a high-performance computing platform for systems analysis and optimization that enables you to decompose your models, making them easier to build and maintain, while still solving them in a tightly-coupled manner with efficient parallel numerical methods.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.2%
  • TeX 1.4%
  • Makefile 0.4%