diff --git a/packages/mpi/mvapich2-1.6 b/packages/mpi/mvapich2-1.6 new file mode 100755 index 0000000..ea47e36 --- /dev/null +++ b/packages/mpi/mvapich2-1.6 @@ -0,0 +1,25 @@ +#!/bin/sh +# MVAPICH2 sit class file +# +# Christoph Niethammer (C) 2011 +# + +CATEGORY="mpi" +PACKAGE="mvapich2" +VERSION="1.6" +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: +#--with-file-system=lustre +CONFIGURE_OPTS="\ + --enable-sharedlibs=gcc \ + "