summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2019-01-08 02:28:37 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2019-01-08 02:28:37 (GMT)
commit75c105a2a442b9a0cd42d7aa1e95da55ae8e4804 (patch)
tree717122a86f3eb3aa679de88d25447dd0ce663b11 /config/cmake/H5pubconf.h.in
parent7bf6d847ae36940f1b1147820356795c7764dbeb (diff)
downloadhdf5-75c105a2a442b9a0cd42d7aa1e95da55ae8e4804.zip
hdf5-75c105a2a442b9a0cd42d7aa1e95da55ae8e4804.tar.gz
hdf5-75c105a2a442b9a0cd42d7aa1e95da55ae8e4804.tar.bz2
NNSA Tri-Labs TRILAB-98 dt_arith and cpp_testhdf5 tests fail on sierra.llnl.gov: According to the group decision, simply provide a macro to disable some failing test cases on sierra (IBM power9 cpu). All failing cases involve long double data type.
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r--config/cmake/H5pubconf.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index c42d93a..dfc6677 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -460,6 +460,9 @@
with special algorithm. */
#cmakedefine H5_LONG_TO_LDOUBLE_SPECIAL @H5_LONG_TO_LDOUBLE_SPECIAL@
+/* Define if your system is power6 and cannot convert some long double values. */
+#cmakedefine H5_DISABLE_SOME_LDOUBLE_CONV @H5_DISABLE_SOME_LDOUBLE_CONV@
+
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#cmakedefine H5_LT_OBJDIR @H5_LT_OBJDIR@