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:
|
||||
# --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"
|
||||
|
|
Loading…
Reference in a new issue