summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2005-04-25 16:39:39 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2005-04-25 16:39:39 (GMT)
commit4260605b149403c78d10cb7abbfc7a49863b7494 (patch)
tree2c7bf6b9c1070fda531674f863ac8d8817170b2c /windows
parent7eede86c9007891b81852cb8e8f5986841145db1 (diff)
downloadhdf5-4260605b149403c78d10cb7abbfc7a49863b7494.zip
hdf5-4260605b149403c78d10cb7abbfc7a49863b7494.tar.gz
hdf5-4260605b149403c78d10cb7abbfc7a49863b7494.tar.bz2
[svn-r10654] Purpose:
long_long to long_long data transform doesn't work with intel compiler on windows. Description: Turned off this test. Solution: Need corresponding source code changes, will talk with Leon. Platforms tested: VS. Net 2003 + Intel 8.1 Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/src/H5pubconf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h
index cc93bf6..51fb178 100755
--- a/windows/src/H5pubconf.h
+++ b/windows/src/H5pubconf.h
@@ -95,9 +95,15 @@ in the file file_io.win32.c and including it on the projects
#if _MSC_VER >= 1300 /* .Net supports FUNCTION */
#define H5_HAVE_FUNCTION 1
#define H5_ULLONG_TO_FP_CAST_WORKS 1
+#if defined __INTEL_COMPILER
+#undef H5_LLONG_TO_FP_CAST_WORKS
+#else
+#define H5_LLONG_TO_FP_CAST_WORKS 1
+#endif
#else
#undef H5_HAVE_FUNCTION
#undef H5_ULLONG_TO_FP_CAST_WORKS
+#define H5_LLONG_TO_FP_CAST_WORKS 1
#endif
#define H5_FC_FUNC_(name, NAME) NAME