diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-02-15 13:22:44 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-02-15 13:22:44 (GMT) |
commit | e98e4dea74e0b7b2ee46f717b85588651daf9314 (patch) | |
tree | 42104a96a1c31b3e48d5f030ea6ad7681535fa18 /RELEASE.txt | |
parent | 9c475eccd99d044c0515cf3ddaf6b16c31a38c16 (diff) | |
download | hdf5-e98e4dea74e0b7b2ee46f717b85588651daf9314.zip hdf5-e98e4dea74e0b7b2ee46f717b85588651daf9314.tar.gz hdf5-e98e4dea74e0b7b2ee46f717b85588651daf9314.tar.bz2 |
[svn-r3410] Purpose:
Update
Description:
Updated OS information of IBM SP and TFLOPS systems.
Documented a potential hanging problem of the stream-vfd test.
Platforms tested:
Eye-balled.
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 5f6b72f..680d84f 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -361,7 +361,7 @@ Platforms Tested ================ - AIX 4.3.2 (IBM SP) mpcc_r 3.6.6 + AIX 4.3.3.0 (IBM SP powerpc) mpcc_r 3.6.6 Cray T3E sn6711 2.0.5.45 Cray Standard C Version 6.4.0.0 Cray Fortran Version 3.4.0.2 Cray SV1 sn9605 10.0.0.7 Cray Standard C Version 6.4.0.0 @@ -389,13 +389,18 @@ Platforms Tested Workshop Compilers 5.0 98/12/15 C++ 5.0 SunOS 5.5.1 gcc-2.7.2 (Solaris 2.5.1 (x86)) - TFLOPS 3.3 mpich-1.2.0 with local changes + TFLOPS r1.0.4 v4.0 mpich-1.2.1 with local changes Windows NT4.0, 2000 (NT5.0) MSVC++ 6.0 Windows 98 MSVC++ 6.0 Known Problems ============== +* The stream-vfd test uses ip port 10007 for testing. If another application + is already using that port address, the test will hang indefinitely and + has to be terminated by the kill command. To try the test again, change + the port address in test/stream_test.c to one not being used in the host. + * The --enable-static-exec configure flag fails to compile for Solaris platforms. This is due to the fact that not all of the system libraries on Solaris are available in a static format. |