diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/sv1-cray | 4 | ||||
-rw-r--r-- | config/unicos10.0.X | 4 | ||||
-rw-r--r-- | config/unicosmk2.0.6.X | 4 |
3 files changed, 12 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'} diff --git a/config/unicos10.0.X b/config/unicos10.0.X index 43c1bd9..2a7a944 100644 --- a/config/unicos10.0.X +++ b/config/unicos10.0.X @@ -136,3 +136,7 @@ ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'} # 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'} 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'} |