[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:
Paul Harten 1998-05-04 13:54:36 -05:00
parent 05eeb4d25b
commit 9b0f3f2baa

View File

@ -49,4 +49,4 @@ PROFILE_CPPFLAGS=
# 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
# `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'}