From: Uwe Köcher Date: Tue, 23 Sep 2014 09:17:33 +0000 (+0200) Subject: Project deal.II/default configuration file: Moved PROCS a couple lines to top. X-Git-Tag: v0.4~58 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c7ba6ccdc4dbe2a8112639dd95987ff05dee367;p=candi.git Project deal.II/default configuration file: Moved PROCS a couple lines to top. Changes to be committed: modified: project-deal.II.cfg --- diff --git a/project-deal.II.cfg b/project-deal.II.cfg index 832fe05..638fb4c 100644 --- a/project-deal.II.cfg +++ b/project-deal.II.cfg @@ -49,6 +49,10 @@ DEAL_CONFOPTS=" \ #-D TRILINOS_DIR= \ #-D HDF5_DIR= \ +######################################################################### +# How many processes would you like to build using? +PROCS=1 + ######################################################################### # Prefix directory PREFIX_PATH=~/apps/candi @@ -78,10 +82,6 @@ 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.