#########################################################################
# 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
# 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