From d22ca5b876b26a0d995141714f268809e029db3f Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Thu, 3 Mar 2011 08:40:59 +0000 Subject: [PATCH] sit classfile for MVAPICH2 --- packages/mpi/mvapich2-1.6rc3 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 packages/mpi/mvapich2-1.6rc3 diff --git a/packages/mpi/mvapich2-1.6rc3 b/packages/mpi/mvapich2-1.6rc3 new file mode 100755 index 0000000..e1067aa --- /dev/null +++ b/packages/mpi/mvapich2-1.6rc3 @@ -0,0 +1,27 @@ +#!/bin/sh +# MVAPICH2 sit class file +# +# Christoph Niethammer (C) 2011 +# + +CATEGORY="mpi" +PACKAGE="mvapich2" +VERSION="1.6rc3" +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" + +CONFIGURE_OPTS="\ + " +# Other interesting configure options: +#--with-file-system=lustre +#--enable-sharedlibs=gcc \ + + +