Activated PAPI options.
This commit is contained in:
parent
69530d2a43
commit
f7323660d9
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue