Please Make a Note is a collection of science & technology tips and derivations that will make it easier for research scientists & engineers to perform the various tasks they are faced with. These notes cover a wide range of scientific topics, software, media, and data analysis utilities.
Pages
▼
Wednesday, July 14, 2010
Compiling OpenMPI on MacOSX
First, you will need a proper gfortran installed on your system. This version (gfortran 4.2.3)worked for me. After installing that download and extract OpenMPI. Here's the config line that I used
FWIW: be careful of replacing the OS X-default installed Open MPI. We typically advocate installing in a non-default location (such as /usr/local or whatever). As long as you use the "mpicc" and friends installed with your new Open MPI install, it should link to the right shared libraries.
FWIW: be careful of replacing the OS X-default installed Open MPI. We typically advocate installing in a non-default location (such as /usr/local or whatever). As long as you use the "mpicc" and friends installed with your new Open MPI install, it should link to the right shared libraries.
ReplyDeleteJeff, thanks a lot for the note!
ReplyDelete