From f640fbff8c76c5fc3b1ad56cebaafdb6ff4b4b63 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 7 Dec 2004 09:06:06 -0500 Subject: [svn-r9624] Purpose: Bug fix. Description: Cache the gettimeofday_tz as yes. Patches for conversion problems of Long Long, float, bottom bits, etc. Platforms tested: Tested in tflops only. Misc. update: --- config/intel-osf1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/intel-osf1 b/config/intel-osf1 index 535081e..74d4ea8 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -150,5 +150,10 @@ hdf5_cv_system_scope_threads=${hdf5_cv_system_scope_threads="no"} # Hard set MPI_File_set_size() working for files over 2GB to no hdf5_cv_mpi_file_set_size_big=${hdf5_cv_mpi_file_set_size_big='no'} +# Hard set variables for v1.7 and higher. # Set gettimeofday_tz to yes. hdf5_cv_gettimeofday_tz=${hdf5_cv_gettimeofday_tz='yes'} +hdf5_cv_fp_to_ullong_bottom_bit_works=${hdf5_cv_fp_to_ullong_bottom_bit_works='no'} +hdf5_cv_fp_to_ullong_right_maximum=${hdf5_cv_fp_to_ullong_right_maximum='yes'} +hdf5_cv_convert_denormal_float=${hdf5_cv_convert_denormal_float='no'} +hdf5_cv_sw_ulong_to_fp_bottom_bit_works=${hdf5_cv_sw_ulong_to_fp_bottom_bit_works='no'} -- cgit v0.12