Bugfix and added new configure option.
This commit is contained in:
parent
057bb8d56a
commit
53b2fbc486
1 changed files with 4 additions and 2 deletions
|
@ -84,9 +84,10 @@ export ${COMPILER_OPTS}
|
||||||
# Other interesting configure options:
|
# Other interesting configure options:
|
||||||
# --enable-papi
|
# --enable-papi
|
||||||
# --with-papi=DIR
|
# --with-papi=DIR
|
||||||
|
export SMPCC=${CC} SMPCXX=${CXX} SMPFC=${FC}
|
||||||
CONFIGURE_OPTS="\
|
CONFIGURE_OPTS="\
|
||||||
SMPCC=${CC} SMPCXX=${CXX} SMPFC=${FC}
|
|
||||||
--with-flavour=smp \
|
--with-flavour=smp \
|
||||||
|
--enable-comm-thread \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
|
@ -131,7 +132,8 @@ case "${A##*.}" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# TODO add autoreconf
|
||||||
|
# TODO check subdirectory build
|
||||||
mkdir ${BUILDDIR}
|
mkdir ${BUILDDIR}
|
||||||
cd ${BUILDDIR}
|
cd ${BUILDDIR}
|
||||||
echo "Running configure"
|
echo "Running configure"
|
||||||
|
|
Loading…
Reference in a new issue