From e5022d40a8a0ff1e8a5f9304330020abe32eab3d Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 17 Aug 2005 13:35:29 -0500 Subject: [svn-r11257] Purpose: Update & feature Added a new cached data conversion setting. Added -DH5_FLOPS to CPPFLAGS for compiling. Had used the builtin __PUMAGON__ but H5_TFLOPS is more meaningful. Platforms tested: Tested in Flops. Misc. update: --- config/intel-osf1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/intel-osf1 b/config/intel-osf1 index 90db458..32b8dbc 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -33,7 +33,9 @@ RUNPARALLEL=${RUNPARALLEL:-"yod -sz 8"} CFLAGS="$CFLAGS" # What must *always* be present for things to compile correctly? -#CPPFLAGS="$CPPFLAGS -I." +# -DH5_TFLOPS: for the Sandia Tflops machine. Had used the builtin +# __PUMAGON__ but H5_TFLOPS is more meaningful. +CPPFLAGS="$CPPFLAGS -DH5_TFLOPS" # What compiler flags should be used for code development? DEBUG_CFLAGS=-g @@ -161,3 +163,4 @@ hdf5_cv_sw_ldouble_to_integer_works=${hdf5_cv_sw_ldouble_to_integer_works='yes'} hdf5_cv_sw_ulong_to_fp_bottom_bit_works=${hdf5_cv_sw_ulong_to_fp_bottom_bit_works='no'} hdf5_cv_ullong_to_fp_cast_works=${hdf5_cv_ullong_to_fp_cast_works='yes'} hdf5_cv_ullong_to_ldouble_precision_works=${hdf5_cv_ullong_to_ldouble_precision_works='yes'} +hdf5_cv_fp_to_integer_overflow_works=${hdf5_cv_fp_to_integer_overflow_works='yes'} -- cgit v0.12