summaryrefslogtreecommitdiffstats
path: root/config/unicosmk2.0.6.X
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-12-31 20:36:44 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-12-31 20:36:44 (GMT)
commita550ccd1d2832842d89df32e7c30aac5fc8bfde3 (patch)
treea8ef19e70a8597dcafc65873022f6fed052ee292 /config/unicosmk2.0.6.X
parent502b49b2b91d25e16668d8eee1610f7a2fe00fc7 (diff)
downloadhdf5-a550ccd1d2832842d89df32e7c30aac5fc8bfde3.zip
hdf5-a550ccd1d2832842d89df32e7c30aac5fc8bfde3.tar.gz
hdf5-a550ccd1d2832842d89df32e7c30aac5fc8bfde3.tar.bz2
[svn-r8010] Purpose:
Bug fix Description: Add special-case handling to floating-point conversion tests to avoid problems with denormalized values on Cray T3E & T90 platforms. (Still not working on Cray SV1, but at least it's closer). Solution: Detect denormalized values and don't try to operate on them on the Crays. Platforms tested: FreeBSD 4.9 (sleipnir) Cray T3E (hubble.cray.com) Cray T90 (gypsy.cray.com)
Diffstat (limited to 'config/unicosmk2.0.6.X')
-rw-r--r--config/unicosmk2.0.6.X4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/unicosmk2.0.6.X b/config/unicosmk2.0.6.X
index 66f7c4c..171c95b 100644
--- a/config/unicosmk2.0.6.X
+++ b/config/unicosmk2.0.6.X
@@ -136,3 +136,7 @@ esac
# 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'.
#hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'}
+
+# Hard set the flag to indicate that converting denormalized floating-point
+# values doesn't work.
+hdf5_cv_convert_denormal_float=${hdf5_cv_convert_denormal_float='no'}