summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-10-29 04:22:17 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-10-29 04:22:17 (GMT)
commit107eb4d4d7bd6c6562d2bc05cf3c7137dd425743 (patch)
tree81a5c43e0dfc128f8ab6bd0dbeca46aed54ff304 /config
parent5cc5e0c5dc1487871830d1ba26a2377fe1828906 (diff)
downloadhdf5-107eb4d4d7bd6c6562d2bc05cf3c7137dd425743.zip
hdf5-107eb4d4d7bd6c6562d2bc05cf3c7137dd425743.tar.gz
hdf5-107eb4d4d7bd6c6562d2bc05cf3c7137dd425743.tar.bz2
[svn-r7780] Purpose:
"bug fix", sort of. Description: now that stream-vfd is on by default, it does not work for Tflops. Set it to no by default. Platforms tested: Tested in Tflops. Misc. update:
Diffstat (limited to 'config')
-rw-r--r--config/intel-osf13
1 files changed, 3 insertions, 0 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1
index c513b51..7b0a6b0 100644
--- a/config/intel-osf1
+++ b/config/intel-osf1
@@ -49,6 +49,9 @@ PROFILE_CPPFLAGS=
# Turn off shared lib option. It does not work for TFLOPS yet.
enable_shared="${enable_shared:-no}"
+# Disable stream-vfd option. It does not work for TFLOPS.
+enable_stream_vfd="${enable_stream_vfd:-no}"
+
# Set this to the width required by printf() to print type `long
# long'. For instance, if the format would be `%lld' then set it to
# `ll' or if the format would be `%qd' set it to `q'.