diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-12-08 14:01:14 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-12-08 14:01:14 (GMT) |
commit | b2e08511a8975b7ecf0cb3d3d0a8f0c828dc2baf (patch) | |
tree | 8032b38367cce0f0a95422eeb38db3406e57437c /release_docs | |
parent | 68eab14126da58034e61003bae3fe81c2568ed46 (diff) | |
download | hdf5-b2e08511a8975b7ecf0cb3d3d0a8f0c828dc2baf.zip hdf5-b2e08511a8975b7ecf0cb3d3d0a8f0c828dc2baf.tar.gz hdf5-b2e08511a8975b7ecf0cb3d3d0a8f0c828dc2baf.tar.bz2 |
[svn-r9643] Purpose:
Updated known problems with the AIX poe verbose messages and socket in
use error.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3243241..291f194 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -327,6 +327,18 @@ Footnotes: (1) Using mpich 1.2.4 Known Problems ============== +* On IBM AIX systems, parallel HDF5 mode will fail some tests with error + messages like "INFO: 0031-XXX ...". This is from the command poe. + Set the environment variable MP_INFOLEVEL to 0 to minimize the messages + and run the tests again. + The tests may fail with messages like "The socket name is already + in use". HDF5 does not use sockets (except for stream-VFD). This is + due to problems of the poe command trying to set up the debug socket. + Check if there are many old /tmp/s.pedb.* staying around. These are + sockets used by the poe command and left behind due to failed commands. + Ask your system administrator to clean them out. Lastly, request IBM + to provide a mean to run poe without the debug socket. + * h5fc and h5c++ compilation scripts have a bug: object files (*.o) cannot be created when source code is compiled using h5fc or h5c++. We will provide a fix. Please check ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/patches/ |