Added sit class file for MVAPICH2-2.0b

This commit is contained in:
Christoph Niethammer 2014-02-18 08:58:58 +00:00
parent 2b54d2a43e
commit bcf2596c49

View file

@ -0,0 +1,26 @@
#!/bin/sh
# sit class file
#
# Christoph Niethammer <niethammer@hlrs.de> (C) 2014
#
CATEGORY="mpi"
PACKAGE="mvapich2"
VERSION="2.0b"
URL="http://mvapich.cse.ohio-state.edu/overview/mvapich2/"
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
# 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 \
"