[svn-r10615] Purpose:

Turning off collective irregular selection feature for this platform
because the MPI package doesn't support MPI complicated derived data
type.

Description:

Solution:
Add the macro hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'}
at the end of config file.
Platforms tested:
Won't affect other platform and too minor to go to PSC cluster for testing.

Misc. update:
This commit is contained in:
MuQun Yang 2005-04-15 15:25:50 -05:00
parent ffb8a86cf6
commit dd6c600f72
2 changed files with 6 additions and 0 deletions

View File

@ -18,3 +18,6 @@ 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.
hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'}

View File

@ -18,3 +18,6 @@ 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.
hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'}