Skip to content
Jeff Hammond edited this page Aug 11, 2017 · 1 revision

Fenix

ULFM

Use Mercurial to clone the OpenMPI repo:

hg clone https://bitbucket.org/icldistcomp/ulfm

Preconfigure

cd ulfm
./autogen.sh

Configure for use with ULFM (if without ulfm, remove last two flags):

./configure CC=C-COMPILER --prefix=ULFM-INSTALL-DIRECTORY --enable-mpirun-prefix-by-default --enable-mpi-ext=ftmpi --with-ft=mpi

Fix one of the resulting Makefiles

  • In your build directory in opal/libltdl/Makefile, find the line ACLOCAL_AMFLAGS = -I ../../config and replace it with ACLOCAL_AMFLAGS = -I ../../ (basically remove "config" at the end).

Build the library

make all install
Clone this wiki locally