Added comments with SMPSs PAPI configure options.
This commit is contained in:
parent
98a4c92f64
commit
2a9267d8b1
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ esac
|
|||
# make the compiler variables CC, CXX, FC and F77 available
|
||||
export ${COMPILER_OPTS}
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-papi
|
||||
# --with-papi=DIR
|
||||
CONFIGURE_OPTS="\
|
||||
SMPCC=${CC} SMPCXX=${CXX} SMPFC=${FC}
|
||||
--with-flavour=smp \
|
||||
|
|
Loading…
Reference in a new issue