diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2005-10-06 14:37:39 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2005-10-06 14:37:39 (GMT) |
commit | 4b141bf206fabef6ba24454ab06c9f790cfe1946 (patch) | |
tree | dbda9534a947bb8cedc80c1984e10148109d89d2 /release_docs | |
parent | cdf558af492ba82b0dd4e0ff0909f27a99fa657e (diff) | |
download | hdf5-4b141bf206fabef6ba24454ab06c9f790cfe1946.zip hdf5-4b141bf206fabef6ba24454ab06c9f790cfe1946.tar.gz hdf5-4b141bf206fabef6ba24454ab06c9f790cfe1946.tar.bz2 |
[svn-r11505] Purpose:
Add some comments about parallel tests at IRIX 6.5.
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 0ea2db9..e7c9394 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -399,10 +399,17 @@ Footnotes: (1) Using mpich 1.2.6 Known Problems ============== +* When testing parallel HDF5 with the C compiler version MIPSpro 7.4.3 at IRIX + 6.5, set enviroment variable MPI_TYPE_MAX to be a bigger number, for example 120000 + in order to pass the complicated collective IO tests inside parallel HDF5 + library. This is not a problem inside parallel HDF5 library. You can always + set a bigger number in your system. + KY - 2005/10/6 + * Contiguous or chunked dataset created by a sequential version may not be modified with a parallel version of the library. Use the H5Pset_alloc_time function with H5D_ALLOC_TIME_EARLY to set up the - dataset creation property list to avoid the porblem. + dataset creation property list to avoid the problem. EIP - 2005/09/09 * The dataset created or rewritten with the v1.6.3 library or after can't |