sit/packages/mpi/mvapich2-1.6rc3

26 lines
517 B
Text
Raw Normal View History

2011-03-03 08:40:59 +00:00
#!/bin/sh
# sit class file
2011-03-03 08:40:59 +00:00
#
2011-03-04 15:35:09 +00:00
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
2011-03-03 08:40:59 +00:00
#
CATEGORY="mpi"
PACKAGE="mvapich2"
VERSION="1.6rc3"
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"
2011-03-04 17:44:08 +00:00
# Other interesting configure options:
#--with-file-system=lustre
2011-03-03 08:40:59 +00:00
CONFIGURE_OPTS="\
--enable-sharedlibs=gcc \
2011-03-03 08:40:59 +00:00
"