summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-05-07 20:30:11 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-05-07 20:30:11 (GMT)
commit10114bd211127d2d64ba210871938f287bd4c125 (patch)
tree9c6b305a7236098124395cabb4d1cc22e3c5ab56 /config
parent8829cafe908b8ee999c4c6e398a87158593d6520 (diff)
downloadhdf5-10114bd211127d2d64ba210871938f287bd4c125.zip
hdf5-10114bd211127d2d64ba210871938f287bd4c125.tar.gz
hdf5-10114bd211127d2d64ba210871938f287bd4c125.tar.bz2
[svn-r13736] Bug fix.
QSC's mpi implementation does not do collection I/O correctly. Need to turn some collective support off. Tested platform: LANL QSC. -This line, and those below, will be ignored-- M config/dec-osf5.x
Diffstat (limited to 'config')
-rw-r--r--config/dec-osf5.x7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/dec-osf5.x b/config/dec-osf5.x
index 3b93ed9..2d875ff 100644
--- a/config/dec-osf5.x
+++ b/config/dec-osf5.x
@@ -32,6 +32,9 @@ fi
# Try native DEC compiler
ARCH=${ARCH:='-arch host -tune host'}
. $srcdir/config/dec-flags
-# DEC MPI-IO implementation has a bug,
-#it cannot generate correct MPI derived datatype.
+
+# DEC MPI-IO implementation has a bug, it cannot generate correct MPI
+# derived datatype.
hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'}
+# It does not do all collective IO correctly.
+hdf5_mpi_special_collective_io_works=${hdf5_mpi_special_collective_io_works='no'}