Activated PAPI options.

This commit is contained in:
Christoph Niethammer 2011-01-20 11:12:58 +00:00
parent 69530d2a43
commit f7323660d9

View file

@ -99,10 +99,10 @@ module load system/perfctr system/papi
PAPI_DIR=$(dirname $(dirname $(which papi_avail))) PAPI_DIR=$(dirname $(dirname $(which papi_avail)))
# Other interesting configure options: # Other interesting configure options:
# --with-papi=$PAPI_DIR \
# --enable-sampling
CONFIGURE_OPTS="\ CONFIGURE_OPTS="\
--with-mpi=$MPI_DIR \ --with-mpi=$MPI_DIR \
--with-papi=$PAPI_DIR \
--enable-sampling \
" "
MAKEOPTS="-j8" MAKEOPTS="-j8"