Bugfix and added new configure option.

This commit is contained in:
Christoph Niethammer 2011-02-24 12:23:49 +00:00
parent 057bb8d56a
commit 53b2fbc486

View file

@ -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"