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 a60a2be..4c943b9 100644 --- a/config/sv1-cray +++ b/config/sv1-cray @@ -136,6 +136,10 @@ esac # `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'} + # The default Fortran 90 compiler # diff --git a/config/unicos10.0.X b/config/unicos10.0.X index c014f00..1598fe8 100644 --- a/config/unicos10.0.X +++ b/config/unicos10.0.X @@ -137,6 +137,10 @@ ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'} # `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'} + # The default Fortran 90 compiler # diff --git a/config/unicosmk2.0.6.X b/config/unicosmk2.0.6.X index e83e7ba..8f5c76d 100644 --- a/config/unicosmk2.0.6.X +++ b/config/unicosmk2.0.6.X @@ -137,6 +137,10 @@ esac # `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'} + # The default Fortran 90 compiler # |