summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2005-09-19 17:18:52 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2005-09-19 17:18:52 (GMT)
commit57ad5d628ae5a36b36cd9dc54dda338dee175c07 (patch)
tree4931273bf098b324235d5bba26af0e7a2f2c6aee /config
parent33b99f4506c713e83ed3bf79d49a29aeebd3bf1c (diff)
downloadhdf5-57ad5d628ae5a36b36cd9dc54dda338dee175c07.zip
hdf5-57ad5d628ae5a36b36cd9dc54dda338dee175c07.tar.gz
hdf5-57ad5d628ae5a36b36cd9dc54dda338dee175c07.tar.bz2
[svn-r11438] Purpose:
Adding a missing configuration option for collective irregular IO supports. Description: At Compaq-DEC platform, MPI complicated derived datatype is not working. Turned off that feature. Solution: Platforms tested: Leave for albert to test. Misc. update:
Diffstat (limited to 'config')
-rw-r--r--config/dec-osf4.x1
-rw-r--r--config/dec-osf5.x1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/dec-osf4.x b/config/dec-osf4.x
index bad4669..ddd195e 100644
--- a/config/dec-osf4.x
+++ b/config/dec-osf4.x
@@ -18,3 +18,4 @@ fi
# Try native DEC compiler
ARCH=${ARCH:='-arch host -tune host'}
. $srcdir/config/dec-flags
+hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'}
diff --git a/config/dec-osf5.x b/config/dec-osf5.x
index bad4669..ddd195e 100644
--- a/config/dec-osf5.x
+++ b/config/dec-osf5.x
@@ -18,3 +18,4 @@ fi
# Try native DEC compiler
ARCH=${ARCH:='-arch host -tune host'}
. $srcdir/config/dec-flags
+hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'}