From dd6c600f72d288323ba694e1214c9503cd964e9e Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Fri, 15 Apr 2005 15:25:50 -0500 Subject: [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: --- config/dec-osf4.x | 3 +++ config/dec-osf5.x | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/dec-osf4.x b/config/dec-osf4.x index bad4669..3cd909d 100644 --- a/config/dec-osf4.x +++ b/config/dec-osf4.x @@ -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'} diff --git a/config/dec-osf5.x b/config/dec-osf5.x index bad4669..3cd909d 100644 --- a/config/dec-osf5.x +++ b/config/dec-osf5.x @@ -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'} -- cgit v0.12