summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
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'}