diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2005-04-29 14:37:47 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2005-04-29 14:37:47 (GMT) |
commit | 65f7a7d2c4565a3b46b5fe5f34aae2332bee049b (patch) | |
tree | 02aee42e9bd6dcb31d71c79f3dd9f386a1c146c9 /config/powerpc-ibm-aix5.x | |
parent | e5b61f99aba874bf99b4ac585342ad2b399d5768 (diff) | |
download | hdf5-65f7a7d2c4565a3b46b5fe5f34aae2332bee049b.zip hdf5-65f7a7d2c4565a3b46b5fe5f34aae2332bee049b.tar.gz hdf5-65f7a7d2c4565a3b46b5fe5f34aae2332bee049b.tar.bz2 |
[svn-r10694] Purpose:
Add some comments for handling collective irregular IO with this platform.
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'config/powerpc-ibm-aix5.x')
-rw-r--r-- | config/powerpc-ibm-aix5.x | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/powerpc-ibm-aix5.x b/config/powerpc-ibm-aix5.x index e299e1c..bd9612d 100644 --- a/config/powerpc-ibm-aix5.x +++ b/config/powerpc-ibm-aix5.x @@ -145,8 +145,9 @@ if test "X-" = "X-$f9x_flags_set"; then f9x_flags_set=yes fi +# With poe version 3.2.0.19 or lower(using lpp -l all | grep ppe.poe to check the version number, # IBM MPI-IO implementation has a bug, -#it cannot generate correct MPI derived datatype. +#it cannot generate correct MPI derived datatype. Please uncomment the following line: #hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'} # The default C++ compiler |