Added sit class file for PPW-2.8beta
This commit is contained in:
parent
947c58fd2e
commit
fea5008127
1 changed files with 25 additions and 0 deletions
25
packages/performance/ppw-2.8beta
Executable file
25
packages/performance/ppw-2.8beta
Executable file
|
@ -0,0 +1,25 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
CATEGORY="performance"
|
||||
PACKAGE="ppw"
|
||||
VERSION="2.8beta"
|
||||
URL="http://ppw.hcs.ufl.edu"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
|
||||
# Archive A and package name P
|
||||
A="${PACKAGE}-${VERSION}.tar.gz"
|
||||
P="${PACKAGE}-${VERSION}"
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
#--enable-sampling \
|
||||
CONFIGURE_OPTS="\
|
||||
--with-mpi=$MPI_DIR \
|
||||
--with-upc=$BUPC_HOME \
|
||||
"
|
||||
|
Loading…
Reference in a new issue