mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r385] Purpose:
Bug fix Problem: On the ASCI Red machine, the configure step is executed from the platform cross compiler, so that the configure test for "long long int" format support was inconclusive. Solution: It was necessary to uncomment the line #hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'} in config/intel-osf1 to force "long long int" format support. Platform tested: TFLOPS Application server, Intel TFLOPS
This commit is contained in:
parent
05eeb4d25b
commit
9b0f3f2baa
@ -49,4 +49,4 @@ PROFILE_CPPFLAGS=
|
|||||||
# Set this to the width required by printf() to print type `long
|
# Set this to the width required by printf() to print type `long
|
||||||
# long'. For instance, if the format would be `%lld' then set it to
|
# 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'.
|
# `ll' or if the format would be `%qd' set it to `q'.
|
||||||
#hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'}
|
hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'}
|
||||||
|
Loading…
Reference in New Issue
Block a user