From 892119a7689a88b175c10a24ab639a9cf6158a9b Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Thu, 10 Mar 2011 09:25:53 +0000 Subject: [PATCH] - Add the file for open-mpi-1.5.2 for the NEC NEhalem Cluster --- packages/mpi/openmpi-1.5.2 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 packages/mpi/openmpi-1.5.2 diff --git a/packages/mpi/openmpi-1.5.2 b/packages/mpi/openmpi-1.5.2 new file mode 100755 index 0000000..daf8ca4 --- /dev/null +++ b/packages/mpi/openmpi-1.5.2 @@ -0,0 +1,28 @@ +#!/bin/sh +# Open MPI sit class file +# +# Christoph Niethammer (C) 2011 +# + +CATEGORY="mpi" +PACKAGE="openmpi" +VERSION="1.5.2" +URL="http://www.open-mpi.org" +INSTALLER="Rainer Keller " + +# 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 \ + "