diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2005-04-26 19:28:54 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2005-04-26 19:28:54 (GMT) |
commit | c7e6a3d9d8719d7209ef5e06473e2f63681041a2 (patch) | |
tree | e8fc183eb7037fe402635f2894d12cdf04d6892c /config | |
parent | f8bb618d9217841397dbb80b28b81ddfdf8a8052 (diff) | |
download | hdf5-c7e6a3d9d8719d7209ef5e06473e2f63681041a2.zip hdf5-c7e6a3d9d8719d7209ef5e06473e2f63681041a2.tar.gz hdf5-c7e6a3d9d8719d7209ef5e06473e2f63681041a2.tar.bz2 |
[svn-r10670]
Purpose:
collective chunk IO support for AIX 5.x
Description:
NCSA just updated its poe version, this new version will support
MPI complicated derived data type.
So update our configuration file for AIX 5.x.
Solution:
Platforms tested:
copper, no need for others since only AIX 5.x will be affected.
Misc. update:
Diffstat (limited to 'config')
-rw-r--r-- | config/powerpc-ibm-aix5.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/powerpc-ibm-aix5.x b/config/powerpc-ibm-aix5.x index a5e7c91..e299e1c 100644 --- a/config/powerpc-ibm-aix5.x +++ b/config/powerpc-ibm-aix5.x @@ -147,7 +147,7 @@ fi # IBM 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'} +#hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'} # The default C++ compiler |