diff --git a/packages/mpi/mvapich2/mvapich2-2.0rc2 b/packages/mpi/mvapich2/mvapich2-2.0rc2 new file mode 100755 index 0000000..f5693db --- /dev/null +++ b/packages/mpi/mvapich2/mvapich2-2.0rc2 @@ -0,0 +1,26 @@ +#!/bin/sh +# sit class file +# +# Christoph Niethammer (C) 2014 +# + +CATEGORY="mpi" +PACKAGE="mvapich2" +VERSION="2.0rc2" +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 \ + "