[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
This commit is contained in:
Albert Cheng 2007-05-07 15:30:11 -05:00
parent 8829cafe90
commit 10114bd211

View File

@ -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'}