summaryrefslogtreecommitdiffstats
path: root/config/irix6.x
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2005-04-13 22:29:17 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2005-04-13 22:29:17 (GMT)
commitbaffe3d73393c9c7a5ace06b17a74584937c5e54 (patch)
tree63ba46552d8c78eea5997a2652370fc458f51fd1 /config/irix6.x
parent2b908577c1f6c930630c02e2d269d220d4d3fe52 (diff)
downloadhdf5-baffe3d73393c9c7a5ace06b17a74584937c5e54.zip
hdf5-baffe3d73393c9c7a5ace06b17a74584937c5e54.tar.gz
hdf5-baffe3d73393c9c7a5ace06b17a74584937c5e54.tar.bz2
[svn-r10600]
Purpose: Fix the daily test failure of collective irregular test in modi4. Description: The original test passed with new SGI compiler. Albert verified this from the SGI machine at DOE. The compiler version number at modi4 is 7.3.1.3m, the compiler version number at DOE is 7.4.2m. compiler at modi4 is old and SGI may fix some bugs during the updating of their compiler. Solution: At configuration file IRIX.6.x, set the macro MPI_COMPLEX_DERIVED_DATATYPE to no. In that way, HDF5 library won't call derived datatype routine in the test. Platforms tested: modi4 Misc. update:
Diffstat (limited to 'config/irix6.x')
-rw-r--r--config/irix6.x4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/irix6.x b/config/irix6.x
index 61f6189..8696021 100644
--- a/config/irix6.x
+++ b/config/irix6.x
@@ -172,3 +172,7 @@ hdf5_cv_sw_ulong_to_fp_bottom_bit_works=${hdf5_cv_sw_ulong_to_fp_bottom_bit_work
# (1/5/05 - SLU)
hdf5_cv_sw_ldouble_to_integer_works=${hdf5_cv_sw_ldouble_to_integer_works='no'}
hdf5_cv_sw_integer_to_ldouble_works=${hdf5_cv_sw_integer_to_ldouble_works='no'}
+# For IRIX 6.5, any version that is older than MIPSpro 7.3.1.3m,
+#the MPI derived datatype is not working.
+hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'}
+