diff --git a/packages/performance/ppw-2.8beta b/packages/performance/ppw-2.8beta new file mode 100755 index 0000000..80d8f99 --- /dev/null +++ b/packages/performance/ppw-2.8beta @@ -0,0 +1,25 @@ +#!/bin/sh +# sit class file +# +# Christoph Niethammer (C) 2011 +# + +CATEGORY="performance" +PACKAGE="ppw" +VERSION="2.8beta" +URL="http://ppw.hcs.ufl.edu" +INSTALLER="Christoph Niethammer " + + +# 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 \ + " +