diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-12-08 14:01:09 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-12-08 14:01:09 (GMT) |
commit | 38eedcb94c85404ef82b53cd1ffdacfacbcef14c (patch) | |
tree | 646e4b6601e64aafb073a2d75fa39ee8e28b5964 /release_docs/RELEASE.txt | |
parent | 055784e0edd40148c53318005b700749b4fa3e4f (diff) | |
download | hdf5-38eedcb94c85404ef82b53cd1ffdacfacbcef14c.zip hdf5-38eedcb94c85404ef82b53cd1ffdacfacbcef14c.tar.gz hdf5-38eedcb94c85404ef82b53cd1ffdacfacbcef14c.tar.bz2 |
[svn-r9642] Purpose:
Updated known problems with the AIX poe verbose messages and socket in
use error.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 6debf39..438f7d6 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -577,6 +577,17 @@ Linux 2.4 IA64 Intel y n y n y y y 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. * PGI C++ compiler fails when compiling the C++ library's tests. Therefore, we cannot verify that the C++ library built with the PGI C++ |