New sit class file for MVAPICH2-1.8-r5435.
This commit is contained in:
parent
1c03d248b9
commit
ae08a4b02b
1 changed files with 26 additions and 0 deletions
26
packages/mpi/mvapich2/mvapich2-1.8-r5435
Executable file
26
packages/mpi/mvapich2/mvapich2-1.8-r5435
Executable file
|
@ -0,0 +1,26 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# sit class file
|
||||||
|
#
|
||||||
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2012
|
||||||
|
#
|
||||||
|
|
||||||
|
CATEGORY="mpi"
|
||||||
|
PACKAGE="mvapich2"
|
||||||
|
VERSION="1.8-r5435"
|
||||||
|
URL="http://mvapich.cse.ohio-state.edu/overview/mvapich2/"
|
||||||
|
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||||
|
|
||||||
|
# Archive A and package name P
|
||||||
|
A=${PACKAGE}-${VERSION}.tar.gz
|
||||||
|
P=${PACKAGE}-${VERSION}
|
||||||
|
|
||||||
|
# Circumvent problems with parallel build
|
||||||
|
MAKEOPTS="-j1"
|
||||||
|
|
||||||
|
|
||||||
|
# Other interesting configure options:
|
||||||
|
#--with-file-system=lustre
|
||||||
|
CONFIGURE_OPTS="\
|
||||||
|
--enable-shared \
|
||||||
|
--enable-sharedlibs=gcc \
|
||||||
|
"
|
Loading…
Reference in a new issue