summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-06-10 14:41:59 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-06-10 14:41:59 (GMT)
commit27edf86f6ab408352b4b975669d0759aa47bff78 (patch)
treee429430cc445dbcbb816201031adfef5102e3cbe /config
parent5a1772b7ae7700fa3188b127aebd8da094abccfe (diff)
downloadhdf5-27edf86f6ab408352b4b975669d0759aa47bff78.zip
hdf5-27edf86f6ab408352b4b975669d0759aa47bff78.tar.gz
hdf5-27edf86f6ab408352b4b975669d0759aa47bff78.tar.bz2
[svn-r417] ./config/linux
Made `--enable-parallel' the default on my system. It used to be that way before but then I accidently turned it off and forgot about it.
Diffstat (limited to 'config')
-rw-r--r--config/linux6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/linux b/config/linux
index e4c0111..ff79283 100644
--- a/config/linux
+++ b/config/linux
@@ -41,6 +41,12 @@ PROD_CPPFLAGS=
PROFILE_CFLAGS=-pg
PROFILE_CPPFLAGS=
+#----------------------------------------------------------------------------
+# Enable parallel support by default for Robb's development system.
+#
+if [ 'robb@arborea' = `whoami`@`hostname` ]; then
+ enable_parallel=${enable_parallel:-yes}
+fi
#----------------------------------------------------------------------------
# Values for overriding configuration tests when cross compiling.