I'm currently trying to install openmpi onto my mac (OSX Yosemite) using Macports. I've tried this several times and each time the install seems to be successful, but it then doesn't seem to work when trying to use it. For example, entering "ompi_info" returns "-bash: ompi_info: command not found". Reading around similar threads, it seems like there might already be some openmpi installed on a mac but without a fortran compiler, and so the openmpi I am trying to install is going into another place, which I need to add to the PATH. Is this right, or is something else the problem? And how do I solve it?
Thanks a lot for any help you are able to give!
./configure,make,sudo make installcombination is enough.