Skip to content

Instantly share code, notes, and snippets.

@andferrari
Created February 14, 2017 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andferrari/fda78fbc851b81a1d4012e6265904a96 to your computer and use it in GitHub Desktop.
Save andferrari/fda78fbc851b81a1d4012e6265904a96 to your computer and use it in GitHub Desktop.
MPI with anaconda on OSX
conda uninstall mpi4py
conda uninstall ompenmpi
brew install --build-from-source openmpi
pip install mpi4py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment