From 4260605b149403c78d10cb7abbfc7a49863b7494 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Mon, 25 Apr 2005 11:39:39 -0500 Subject: [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: --- windows/src/H5pubconf.h | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v0.12