From f937ad98dff68f0b5feb18e76066009abfb4a09b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Sun, 21 Sep 2014 11:10:04 +0200 Subject: [PATCH] local-deal.II.cfg: changed some default values for the configuration script. --- local-deal.II.cfg | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/local-deal.II.cfg b/local-deal.II.cfg index aea62e0..4b63fdd 100644 --- a/local-deal.II.cfg +++ b/local-deal.II.cfg @@ -51,12 +51,19 @@ DEAL_CONFOPTS=" \ ######################################################################### # Prefix directory PREFIX_PATH=~/apps/candi -COMPILER=native-openmpi -#COMPILERBASE=gcc-4.9.0 + +######################################################################### +# Setup compiler name string +COMPILERBASE=default +#COMPILERBASE=gcc-4.9.1 #COMPILERBASE=llvm + +COMPILERMPI=default #COMPILERMPI=openmpi-1.6.5 -#COMPILERMPI=mpich-3.0.4 -#COMPILER=${COMPILERBASE}-${COMPILERMPI} +#COMPILERMPI=mpich-3.1.2 + +COMPILER=${COMPILERBASE}-${COMPILERMPI} +######################################################################### # Where do you want the downloaded source files to go? DOWNLOAD_PATH=${PREFIX_PATH}/src @@ -70,10 +77,12 @@ BUILD_PATH=${PREFIX_PATH}/${PROJECT}/${COMPILER}-build # Where do you want the compiled software installed? INSTALL_PATH=${PREFIX_PATH}/${PROJECT}/${COMPILER} +######################################################################### # How many processes would you like to build using? PROCS=1 # Would you like to build stable versions of projects? # If STABLE_BUILD=false, then the development version of deal.II will be # installed. -STABLE_BUILD=true +#STABLE_BUILD=true +STABLE_BUILD=false -- 2.39.5