diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-06-10 14:41:59 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-06-10 14:41:59 (GMT) |
commit | 27edf86f6ab408352b4b975669d0759aa47bff78 (patch) | |
tree | e429430cc445dbcbb816201031adfef5102e3cbe /config/linux | |
parent | 5a1772b7ae7700fa3188b127aebd8da094abccfe (diff) | |
download | hdf5-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/linux')
-rw-r--r-- | config/linux | 6 |
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. |