sit/packages/mpi/openmpi-1.5.2

28 lines
599 B
Bash
Executable file

#!/bin/sh
# Open MPI sit class file
#
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
#
CATEGORY="mpi"
PACKAGE="openmpi"
VERSION="1.5.2"
URL="http://www.open-mpi.org"
INSTALLER="Rainer Keller <keller@hlrs.de>"
# Archive A and package name P
A=${PACKAGE}-${VERSION}.tar.bz2
P=${PACKAGE}-${VERSION}
# Other interesting configure options:
# --enable-mpi-threads
# --enable-progress-threads
# --with-fca=DIR
CONFIGURE_OPTS="
--with-fca=/opt/voltaire/fca
--with-devel-headers \
--enable-contrib-no-build=vt
--enable-shared \
--enable-static \
"