summaryrefslogtreecommitdiffstats
path: root/config/sv1-cray
diff options
context:
space:
mode:
Diffstat (limited to 'config/sv1-cray')
-rw-r--r--config/sv1-cray4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/sv1-cray b/config/sv1-cray
index e7b7724..3eb53ef 100644
--- a/config/sv1-cray
+++ b/config/sv1-cray
@@ -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'}