From 10114bd211127d2d64ba210871938f287bd4c125 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 7 May 2007 15:30:11 -0500 Subject: [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 --- config/dec-osf5.x | 7 +++++-- 1 file 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'} -- cgit v0.12