summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-08-17 18:35:29 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-08-17 18:35:29 (GMT)
commite5022d40a8a0ff1e8a5f9304330020abe32eab3d (patch)
treedc77a2a611ad89a08a07091e5f81b560890f5641 /config
parentdd40269cc8fb6715a909037fd1b4b7499545cc81 (diff)
downloadhdf5-e5022d40a8a0ff1e8a5f9304330020abe32eab3d.zip
hdf5-e5022d40a8a0ff1e8a5f9304330020abe32eab3d.tar.gz
hdf5-e5022d40a8a0ff1e8a5f9304330020abe32eab3d.tar.bz2
[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:
Diffstat (limited to 'config')
-rw-r--r--config/intel-osf15
1 files changed, 4 insertions, 1 deletions
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'}