From 2a9267d8b1bdef977c0910691c0f761e665742bf Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Fri, 14 Jan 2011 13:04:12 +0000 Subject: [PATCH] Added comments with SMPSs PAPI configure options. --- starss_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/starss_install.sh b/starss_install.sh index 3275041..37ce403 100755 --- a/starss_install.sh +++ b/starss_install.sh @@ -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 \