Skip to content

Instantly share code, notes, and snippets.

@jyalim
Created April 9, 2015 23:28
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 jyalim/e05c0a9b8c255aca40d1 to your computer and use it in GitHub Desktop.
Save jyalim/e05c0a9b8c255aca40d1 to your computer and use it in GitHub Desktop.
Adds /usr/local/openmpi install to env
ompi=/usr/local/openmpi
export PATH=$ompi/bin:$PATH
export LD_LIBRARY_PATH=$ompi/lib:$LD_LIBRARY_PATH
export CPATH=$ompi/include:$CPATH
export INCLUDE=$ompi/include:$INCLUDE
export MANPATH=$ompi/share/man:$MANPATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment