diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2005-03-11 22:13:27 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2005-03-11 22:13:27 (GMT) |
commit | cfc77c0d78b4ddecce038fe92be56fbeca34894c (patch) | |
tree | 4a5249c28ce4122c9b91cb945fba60ba351e7c93 /config/powerpc-ibm-aix4.x | |
parent | 74efc1e4f5c1d6a704f8f1a9058f1936556e5c0d (diff) | |
download | hdf5-cfc77c0d78b4ddecce038fe92be56fbeca34894c.zip hdf5-cfc77c0d78b4ddecce038fe92be56fbeca34894c.tar.gz hdf5-cfc77c0d78b4ddecce038fe92be56fbeca34894c.tar.bz2 |
[svn-r10202] Purpose:
Hard code IBM platform so that the irregular collective IO won't call
MPI derived data type.
Description:
IBM MPI-IO has a bug for MPI derived data type.
Solution:
Platforms tested:
copper(AIX,mpcc_r) and heping(Linux, mpich)
Misc. update:
Diffstat (limited to 'config/powerpc-ibm-aix4.x')
-rw-r--r-- | config/powerpc-ibm-aix4.x | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/powerpc-ibm-aix4.x b/config/powerpc-ibm-aix4.x index eb93a71..1fe78e4 100644 --- a/config/powerpc-ibm-aix4.x +++ b/config/powerpc-ibm-aix4.x @@ -120,3 +120,4 @@ fi # Use AIX supplied C++ compiler by default. CXX=${CXX=xlC} +hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'} |