diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-12-07 14:06:06 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-12-07 14:06:06 (GMT) |
commit | f640fbff8c76c5fc3b1ad56cebaafdb6ff4b4b63 (patch) | |
tree | 1ba05459b54f94a1f2cbb3a71d283b70a26a1fd8 /config/intel-osf1 | |
parent | 33cb85337acc4d20283f152a2d8e0f2bc4212607 (diff) | |
download | hdf5-f640fbff8c76c5fc3b1ad56cebaafdb6ff4b4b63.zip hdf5-f640fbff8c76c5fc3b1ad56cebaafdb6ff4b4b63.tar.gz hdf5-f640fbff8c76c5fc3b1ad56cebaafdb6ff4b4b63.tar.bz2 |
[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:
Diffstat (limited to 'config/intel-osf1')
-rw-r--r-- | config/intel-osf1 | 5 |
1 files changed, 5 insertions, 0 deletions
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'} |