Skip to content

Instantly share code, notes, and snippets.

@mrosemeier
mrosemeier / mpi_and_petsc_for_openmdao_osx_ubuntu_conda.md
Last active March 13, 2020 09:01 — forked from robfalck/mpi_and_petsc_for_openmdao_osx_anaconda.md
How to install OpenMPI, mpi4py, PETSc and petsc4py for use with OpenMDAO on OS X and Ubuntu with Conda
  1. Prerequisites
  • Ubuntu:

    sudo apt-get install libibnetdisc-dev
    sudo apt-get install libblas-dev libatlas-dev liblapack-dev
    
  1. Install OpenMPI