From 2b54d2a43e500aeb91a0167680edbdf25a4ef566 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Tue, 18 Feb 2014 08:56:21 +0000 Subject: [PATCH] Added sit class file for MVAPICH2-1.9. --- packages/mpi/mvapich2/mvapich2-1.9 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 packages/mpi/mvapich2/mvapich2-1.9 diff --git a/packages/mpi/mvapich2/mvapich2-1.9 b/packages/mpi/mvapich2/mvapich2-1.9 new file mode 100755 index 0000000..fca205e --- /dev/null +++ b/packages/mpi/mvapich2/mvapich2-1.9 @@ -0,0 +1,26 @@ +#!/bin/sh +# sit class file +# +# Christoph Niethammer (C) 2013 +# + +CATEGORY="mpi" +PACKAGE="mvapich2" +VERSION="1.9" +URL="http://mvapich.cse.ohio-state.edu/overview/mvapich2/" +INSTALLER="Christoph Niethammer " + +# Archive A and package name P +A=${PACKAGE}-${VERSION}.tgz +P=${PACKAGE}-${VERSION} + +# Circumvent problems with parallel build +#MAKEOPTS="-j1" + + +# Other interesting configure options: +CONFIGURE_OPTS="\ + --enable-shared \ + --enable-sharedlibs=gcc \ + --with-file-system=lustre \ + "