- Add the file for open-mpi-1.5.2 for the NEC NEhalem Cluster

This commit is contained in:
Rainer Keller 2011-03-10 09:25:53 +00:00 committed by Christoph Niethammer
parent 2750bc2072
commit 892119a768

28
packages/mpi/openmpi-1.5.2 Executable file
View file

@ -0,0 +1,28 @@
#!/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 \
"