sit classfile for MVAPICH2
This commit is contained in:
parent
af159a3315
commit
d22ca5b876
1 changed files with 27 additions and 0 deletions
27
packages/mpi/mvapich2-1.6rc3
Executable file
27
packages/mpi/mvapich2-1.6rc3
Executable file
|
@ -0,0 +1,27 @@
|
|||
#!/bin/sh
|
||||
# MVAPICH2 sit class file
|
||||
#
|
||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
||||
#
|
||||
|
||||
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"
|
||||
|
||||
CONFIGURE_OPTS="\
|
||||
"
|
||||
# Other interesting configure options:
|
||||
#--with-file-system=lustre
|
||||
#--enable-sharedlibs=gcc \
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue