-
Notifications
You must be signed in to change notification settings - Fork 109
ULFM
Jeff Hammond edited this page Aug 11, 2017
·
1 revision
- Instructions are here: https://github.com/epizon-project/Fenix
Use Mercurial to clone the OpenMPI repo:
hg clone https://bitbucket.org/icldistcomp/ulfm
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 withACLOCAL_AMFLAGS = -I ../../
(basically remove "config" at the end).
make all install