Showing posts with label mpi compiling. Show all posts
Showing posts with label mpi compiling. Show all posts

Thursday, November 3, 2011

Compiling OpenMPI 1.4.4


Installed OpenMPI on yinzer today.  Just some notes about the config.  This is what I used,

sudo ~/Downloads/linux-programs/openmpi-1.4.4/configure --prefix=/opt/openmpi-1.4.4-gfortran-4.5 F77=gfortran-4.5 FC=gfortran-4.5
sudo make all install