From 53b2fbc48609c7c120e7791b3a2c6507aa7a3df7 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Thu, 24 Feb 2011 12:23:49 +0000 Subject: [PATCH] Bugfix and added new configure option. --- starss_install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/starss_install.sh b/starss_install.sh index 37ce403..fbf9876 100755 --- a/starss_install.sh +++ b/starss_install.sh @@ -84,9 +84,10 @@ export ${COMPILER_OPTS} # Other interesting configure options: # --enable-papi # --with-papi=DIR +export SMPCC=${CC} SMPCXX=${CXX} SMPFC=${FC} CONFIGURE_OPTS="\ - SMPCC=${CC} SMPCXX=${CXX} SMPFC=${FC} --with-flavour=smp \ + --enable-comm-thread \ " @@ -131,7 +132,8 @@ case "${A##*.}" in ;; esac - +# TODO add autoreconf +# TODO check subdirectory build mkdir ${BUILDDIR} cd ${BUILDDIR} echo "Running configure"