mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[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:
parent
8829cafe90
commit
10114bd211
@ -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'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user