summaryrefslogtreecommitdiffstats
path: root/config/linux
diff options
context:
space:
mode:
Diffstat (limited to 'config/linux')
-rw-r--r--config/linux6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/linux b/config/linux
index 4d5a2b3..78a9913 100644
--- a/config/linux
+++ b/config/linux
@@ -33,11 +33,13 @@
# $debug $warn -DH5F_LOW_DFLT=H5F_LOW_SEC2
#
+if [ arborea = `hostname` -a -z "$enable_parallel" ]; then
+ enable_parallel=mpio
+fi
+
# The following flags only apply to the gcc compiler.
CC=${CC:-gcc}
-
-
# First set up the CFLAGS arguments.
if test "X" = "X$CFLAGS"; then
warn="-Wall -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs"