diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-12-21 16:17:05 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-12-21 16:17:05 (GMT) |
commit | ebb9713848df00a177d40ee40be32259783b2e01 (patch) | |
tree | 7af0bcae7d830193bbe887d348985f8ae7b7b49d /RELEASE | |
parent | cd2abdd016b06c18f07e724b2b6a45c3531581c9 (diff) | |
download | hdf5-ebb9713848df00a177d40ee40be32259783b2e01.zip hdf5-ebb9713848df00a177d40ee40be32259783b2e01.tar.gz hdf5-ebb9713848df00a177d40ee40be32259783b2e01.tar.bz2 |
[svn-r3173] Updated with new feature of mpich, system information of IBM SP and
O2K, plus some editing about the shared library errors.
Diffstat (limited to 'RELEASE')
-rw-r--r-- | RELEASE | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -59,6 +59,7 @@ New Features * A new h4toh5 uitlity, to convert HDF4 files to analogous HDF5 files. * Added a new array datatype to the datatypes which can be created. Removed "array fields" from compound datatypes (use an array datatype instead). + * Parallel HDF5 works correctly with mpich-1.2.1 on Solaris, SGI, Linux. h4toh5 Utility ============== @@ -296,7 +297,7 @@ Platforms Tested library and tools were tested. - AIX 4.3.2 (IBM SP) 3.6.6 + AIX 4.3.2 (IBM SP) mpcc_r 3.6.6 Cray T3E sn6711 2.0.539b Cray Standard C Version 6.3.0.2 Cray Fortran Version 3.4.0.2 FreeBSD 4.2-STABLE gcc 2.95.2 @@ -305,7 +306,8 @@ Platforms Tested HP-UX B.11.00 HP C HP92453-01 A.11.00.13 IRIX 6.5 MIPSpro cc 7.30 IRIX64 6.5 (64 & n32) MIPSpro cc 7.3.1m - mpt.1.3 (SGI MPI 3.2.0.0) + mpt.1.4.0.2 + mpich-1.2.1 Linux 2.2.16-3smp gcc-2.95.2 g++ 2.95.2 pgf90 3.1-3 @@ -346,8 +348,8 @@ Known Problems * The Stream VFD was not tested yet under Windows. It is not supported in the TFLOPS machine. -* Shared library (--enable-shared) option does not work with Pacific - Blue, Mountain Blue. It is not supported in the TFLOPS machine. +* Shared library option is broken for IBM SP and some Origin 2000 platforms. + One needs to run ./configure with '--disable-shared' * The ./dsets tests failed in the TFLOPS machine if the test program, dsets.c, is compiled with the -O option. The hdf5 library still works |