2003-12-28 16:20:06 +08:00
|
|
|
HDF5 version 1.7.14 currently under development
|
2001-05-10 13:08:54 +08:00
|
|
|
================================================================================
|
1998-10-30 22:40:37 +08:00
|
|
|
|
|
|
|
|
2000-03-24 05:34:06 +08:00
|
|
|
INTRODUCTION
|
1998-10-30 22:40:37 +08:00
|
|
|
|
2003-07-11 01:14:08 +08:00
|
|
|
This document describes the differences between HDF5-1.6.* and
|
|
|
|
HDF5-1.7.*, and contains information on the platforms tested and
|
|
|
|
known problems in HDF5-1.7.*. For more details check the HISTORY.txt
|
2000-12-21 01:04:49 +08:00
|
|
|
file in the HDF5 source.
|
1998-10-30 22:40:37 +08:00
|
|
|
|
2000-12-09 02:33:20 +08:00
|
|
|
The HDF5 documentation can be found on the NCSA ftp server
|
2000-03-24 05:34:06 +08:00
|
|
|
(ftp.ncsa.uiuc.edu) in the directory:
|
1998-10-30 22:40:37 +08:00
|
|
|
|
2000-03-24 05:34:06 +08:00
|
|
|
/HDF/HDF5/docs/
|
1998-07-21 04:16:04 +08:00
|
|
|
|
2000-03-24 05:34:06 +08:00
|
|
|
For more information look at the HDF5 home page at:
|
|
|
|
|
|
|
|
http://hdf.ncsa.uiuc.edu/HDF5/
|
1998-01-30 05:56:06 +08:00
|
|
|
|
2000-03-24 05:34:06 +08:00
|
|
|
If you have any questions or comments, please send them to:
|
1998-08-07 05:32:33 +08:00
|
|
|
|
2000-03-24 05:34:06 +08:00
|
|
|
hdfhelp@ncsa.uiuc.edu
|
1998-08-31 21:46:47 +08:00
|
|
|
|
2000-03-24 05:34:06 +08:00
|
|
|
CONTENTS
|
1998-08-31 21:46:47 +08:00
|
|
|
|
2000-12-21 01:04:49 +08:00
|
|
|
- New Features
|
2002-05-07 02:22:50 +08:00
|
|
|
- Support for new platforms and languages
|
2003-07-11 01:14:08 +08:00
|
|
|
- Bug Fixes since HDF5-1.6.0
|
2000-03-24 05:34:06 +08:00
|
|
|
- Platforms Tested
|
|
|
|
- Known Problems
|
1998-08-31 21:46:47 +08:00
|
|
|
|
1999-02-05 08:39:05 +08:00
|
|
|
|
2001-02-22 05:32:03 +08:00
|
|
|
New Features
|
|
|
|
============
|
2001-01-11 01:30:15 +08:00
|
|
|
|
2003-07-24 05:18:40 +08:00
|
|
|
Configuration:
|
|
|
|
--------------
|
2003-08-26 04:14:05 +08:00
|
|
|
- Prefix default is changed from /usr/local to `pwd`/hdf5.
|
|
|
|
AKC - 2003/07/09
|
2003-06-04 01:27:13 +08:00
|
|
|
|
2003-07-24 05:18:40 +08:00
|
|
|
Library:
|
|
|
|
--------
|
2003-11-22 01:11:40 +08:00
|
|
|
- Data type conversion between integers and floats was added.
|
|
|
|
SLU 2003/11/21
|
2003-10-30 01:04:39 +08:00
|
|
|
- New function H5Iget_file_id() was added. It returns file ID given
|
|
|
|
an object(dataset, group, or attribute) ID. SLU 2003/10/29
|
2003-10-07 23:27:19 +08:00
|
|
|
- Added new fields to the H5G_stat_t for more information about an
|
|
|
|
object's object header. QAK 2003/10/06
|
2003-10-07 21:32:32 +08:00
|
|
|
- Added new H5Fget_freespace() routine to query the free space in a
|
|
|
|
given file. QAK 2003/10/06
|
|
|
|
- Added backward compatability with v1.6 for new Error API. SLU -
|
2003-09-25 03:26:50 +08:00
|
|
|
2003/09/24
|
2003-08-26 04:14:05 +08:00
|
|
|
- Changed 'objno' field in H5G_stat_t structure from 'unsigned long[2]'
|
|
|
|
to 'haddr_t'. QAK - 2003/08/08
|
|
|
|
- Changed 'fileno' field in H5G_stat_t structure from 'unsigned long[2]'
|
|
|
|
to 'unsigned long'. QAK - 2003/08/08
|
|
|
|
- Changed 'hobj_ref_t' type from structure with array field to 'haddr_t'.
|
|
|
|
QAK - 2003/08/08
|
|
|
|
- Object references (hobj_ref_t) can now be compared with the 'objno'
|
|
|
|
field in the H5G_stat_t struct for testing if two objects are the
|
|
|
|
same within a file. QAK - 2003/08/08
|
|
|
|
- Switched over to new error API. SLU - 2003/07/25
|
2001-12-22 05:25:18 +08:00
|
|
|
|
2003-07-24 05:18:40 +08:00
|
|
|
Parallel Library:
|
|
|
|
-----------------
|
2003-11-28 01:19:00 +08:00
|
|
|
- Add options of using atomicity and file-sync to test_mpio_1wMr.
|
|
|
|
AKC - 2003/11/13
|
|
|
|
- Added parallel test, test_mpio_1wMr, which tests if the
|
|
|
|
underlaying parallel I/O system is conforming to the POSIX
|
|
|
|
write/read requirement. AKC - 2003/11/12
|
2003-07-21 21:54:23 +08:00
|
|
|
|
2003-07-24 05:18:40 +08:00
|
|
|
Tools:
|
|
|
|
------
|
2003-11-05 02:10:59 +08:00
|
|
|
- Install the "h5cc" and "h5fc" tools as "h5pcc" and "h5pfc"
|
|
|
|
respectively if library is built in parallel mode.
|
|
|
|
WCW - 2003/11/04
|
2003-11-20 22:55:47 +08:00
|
|
|
- Added metadata benchmark (perform/perf_meta). SLU - 2003/10/03
|
2003-08-26 04:14:05 +08:00
|
|
|
- Changed output of "OID"s from h5dump from "<number>-<number>" to
|
|
|
|
"<number". This affects both the "regular" and XML output.
|
|
|
|
QAK - 2003/08/08
|
|
|
|
- Changed output of file IDs and "OID"s from h5ls from
|
|
|
|
"<number>:<number>:<number>:<number>" to "<number>:<number>"
|
|
|
|
QAK - 2003/08/08
|
2003-06-04 01:27:13 +08:00
|
|
|
|
|
|
|
|
2003-07-03 07:54:20 +08:00
|
|
|
Support for new platforms, languages and compilers.
|
2002-05-07 02:22:50 +08:00
|
|
|
=======================================
|
2003-07-03 07:54:20 +08:00
|
|
|
|
2001-01-11 01:30:15 +08:00
|
|
|
|
2003-07-11 01:14:08 +08:00
|
|
|
Bug Fixes since HDF5-1.6.0 release
|
2003-06-04 01:27:13 +08:00
|
|
|
==================================
|
|
|
|
|
2003-07-24 05:18:40 +08:00
|
|
|
Library
|
|
|
|
-------
|
2004-01-01 03:19:18 +08:00
|
|
|
- Fixed bug with flattened hyperslab selections that would generate
|
|
|
|
incorrect hyperslab information with certain high-dimensionality
|
|
|
|
combinations of start/stride/count/block information.
|
|
|
|
QAK - 2003/12/31
|
2003-12-30 03:03:45 +08:00
|
|
|
- Fixed bug with variable-length datatypes used in compound datatypes.
|
|
|
|
SLU - 2003/12/29
|
2003-12-30 03:34:11 +08:00
|
|
|
- Fixed bug in parallel I/O routines that would cause reads from
|
|
|
|
"short datasets" (datasets which were only partially written out)
|
|
|
|
to return invalid data. QAK & AKC - 2003/12/19
|
2003-12-14 04:08:09 +08:00
|
|
|
- Fixed bug where scalar dataspaces for attributes were reporting as
|
|
|
|
simple dataspaces. QAK - 2003/12/13
|
2003-12-14 02:14:36 +08:00
|
|
|
- Fixed problem with selection offsets of hyperslab selections in
|
|
|
|
chunked datasets causing the library to go into an infinite loop.
|
2003-12-14 04:08:09 +08:00
|
|
|
QAK - 2003/12/13
|
2003-12-06 22:57:06 +08:00
|
|
|
- Fixed H5Giterate to avoid re-using index parameter after iteration
|
|
|
|
callback has been called (allows iteration callback to modify the
|
|
|
|
index parameter itself). QAK - 2003/12/06
|
2003-11-25 00:49:54 +08:00
|
|
|
- Fixed various floating-point conversion problems, including a
|
|
|
|
change which could corrupt data when converting from double->float.
|
|
|
|
QAK - 2003/11/24
|
2003-11-20 22:39:03 +08:00
|
|
|
- Changed "single process" metadata writing in library to collective
|
|
|
|
I/O by all processes, in order to guarantee correct data being
|
|
|
|
written with MPI-I/O. QAK - 2003/11/20
|
2003-11-13 23:19:50 +08:00
|
|
|
- Fixed problems with fill values and variable-length types and also
|
|
|
|
I/O on VL values that were set to NULL. QAK - 2003/11/08
|
2003-10-30 03:32:36 +08:00
|
|
|
- Fixed problems with MPI datatypes that caused ASCI Q machine to
|
|
|
|
hang. QAK - 2003/10/28
|
|
|
|
- Removed HDF5_MPI_PREFER_DERIVED_TYPES environment variable support,
|
|
|
|
since it had no benefit. QAK - 2003/10/28
|
2003-10-26 00:41:20 +08:00
|
|
|
- Single hyperslab selections (which were set with only one call to
|
|
|
|
H5Sselect_hyperslab) that had dimensions that could be "flattened"
|
|
|
|
but were interspersed with dimensions that could not be flattened
|
|
|
|
were not correctly handled, causing core dumps. QAK - 2003/10/25
|
2003-10-11 06:19:00 +08:00
|
|
|
- Fixed incorrect datatype of the third parameter to the Fortran90
|
2003-10-26 00:41:20 +08:00
|
|
|
h5pset(get)_cache_f subroutine (INTEGER to INTEGER(SIZE_T))
|
2003-11-05 02:10:59 +08:00
|
|
|
EIP - 2003/10/13
|
2003-10-10 23:23:46 +08:00
|
|
|
- Fixed problems with accessing variable-length data datatypes on
|
|
|
|
Crays. QAK - 2003/10/10
|
2003-10-09 01:58:58 +08:00
|
|
|
- Fixed potential file corruption bug when too many object header
|
|
|
|
messages (probably attributes, from a user perspective) were
|
|
|
|
inserted into an object header and certain other conditions were
|
|
|
|
met. QAK - 2003/10/08
|
2003-10-07 03:14:15 +08:00
|
|
|
- Changed implementation of internal ID searching algorithm to avoid
|
2003-10-09 01:58:58 +08:00
|
|
|
O(n) behavior for many common cases. QAK - 2003/10/06
|
2003-10-06 23:17:09 +08:00
|
|
|
- Allow partial parallel writing to compact datasets. QAK - 2003/10/06
|
2003-10-06 05:12:26 +08:00
|
|
|
- Correctly create reference to shared datatype in attribute, instead
|
|
|
|
of making a copy of the shared datatype in the attribute.
|
|
|
|
QAK - 2003/10/01
|
2003-09-17 01:33:00 +08:00
|
|
|
- Revert changes which caused files >2GB to fail when created with
|
|
|
|
MPI-I/O file driver on certain platforms. QAK - 2003/09/16
|
2003-09-12 12:35:48 +08:00
|
|
|
- Allow compound datatypes to grow in size. SLU - 2003/09/10
|
|
|
|
- Detect if a type is already packed before attempting to pack it
|
|
|
|
again or check if it is locked. SLU - 2003/09/10
|
2003-09-11 02:32:28 +08:00
|
|
|
- Corrected bug when opening a file twice with read-only permission
|
|
|
|
for one open and then closing the read-only access file ID would
|
|
|
|
generate an error. QAK - 2003/09/10
|
2003-09-04 10:04:45 +08:00
|
|
|
- Corrected bug in repeated calls to H5Pget_access_plist() which would
|
|
|
|
incorrectly manage reference counts of internal information and
|
|
|
|
eventually blow up. QAK - 2003/09/02
|
2003-08-31 09:48:01 +08:00
|
|
|
- Return rank of the array datatype on successful call to
|
|
|
|
H5Tget_array_dims(). QAK - 2003/08/30
|
|
|
|
- Corrected bug in H5Tdetect_class which was not correctly detecting
|
|
|
|
datatype classes of fields in nested compound datatypes in some
|
|
|
|
circumstances. QAK - 2003/08/30
|
2003-08-29 00:02:21 +08:00
|
|
|
- Corrected bug in sieve buffer code which could cause loss of data
|
|
|
|
when a small dataset was created and deleted in quick succession.
|
|
|
|
QAK - 2003/08/27
|
2003-08-27 02:35:37 +08:00
|
|
|
- Corrected bug in H5Gget_objname_by_idx which was not allowing NULL
|
|
|
|
for the name when just querying for the object name's length.
|
|
|
|
QAK - 2003/08/25
|
2003-08-26 04:14:05 +08:00
|
|
|
- Corrected bug in variable-length string handling which could
|
|
|
|
generate a core dump on writing variable-length strings as part
|
|
|
|
of a compound datatype on certain architectures. QAK - 2003/08/25
|
|
|
|
- Corrected bug in H5Tget_native_type which would incorrectly compute
|
|
|
|
the size of certain compound datatypes and also incorrectly
|
|
|
|
compute the offset of the last field for those compound datatypes.
|
|
|
|
QAK - 2003/08/25
|
|
|
|
- Corrected bug in H5Tget_native_type which would drop string datatype
|
|
|
|
metadata (padding, etc.) QAK - 2003/08/25
|
|
|
|
- Corrected bugs in H5Gget_num_objs, H5Gget_objname_by_idx and
|
|
|
|
H5Gget_objtype_by_idx to allow them to accept location IDs, not just
|
|
|
|
group IDs. QAK - 2003/08/21
|
|
|
|
- Corrected bug when using scalar dataspace for memory selection and
|
|
|
|
operating on chunked dataset. QAK - 2003/08/18
|
|
|
|
- Corrected bugs with multiple '/' characters in names for H5Glink
|
|
|
|
and H5Gunlink. QAK - 2003/08/16
|
|
|
|
- Corrected bug with user blocks that didn't allow a user block to
|
|
|
|
be inserted in front of a file after the file was created.
|
|
|
|
QAK - 2003/08/13
|
|
|
|
- Corrected errors with using point selections to access data in
|
|
|
|
chunked datasets. QAK - 2003/07/23
|
|
|
|
- Corrected error with variable-length datatypes and chunked datasets
|
|
|
|
caused H5Dwrite to fail sometimes. QAK - 2003/07/19
|
|
|
|
- Modified library and file format to support storing indexed storage
|
|
|
|
(chunked dataset) B-tree's with non-default internal 'K' values.
|
|
|
|
QAK - 2003/07/15
|
|
|
|
- Returned H5T_BKG_TEMP support to library after it was accidentally
|
|
|
|
removed. QAK - 2003/07/14
|
2003-07-24 05:18:40 +08:00
|
|
|
|
|
|
|
Configuration
|
|
|
|
-------------
|
2003-08-26 04:14:05 +08:00
|
|
|
- Fixed the error that cause "make install" to fail because of the
|
|
|
|
macro definition syntax of "prefix?=..." AKC - 2003/07/22
|
2003-07-24 05:18:40 +08:00
|
|
|
|
|
|
|
Performance
|
|
|
|
-------------
|
2003-11-08 04:21:43 +08:00
|
|
|
- More optimizations to inner loops of datatype conversions for
|
|
|
|
integers and floats which give a 10-50% speedup. QAK - 2003/11/07
|
2003-10-21 01:19:21 +08:00
|
|
|
- Hoisted invariant 'if/else's out of inner datatype conversion loop for
|
|
|
|
integer and floating-point values, giving about a 20% speedup.
|
|
|
|
QAK - 2003/10/20
|
2003-07-24 05:18:40 +08:00
|
|
|
|
|
|
|
Tools
|
|
|
|
-----
|
2003-11-05 02:10:59 +08:00
|
|
|
- Fixed h5redeploy which sometimes complain too many argument for the
|
|
|
|
test command. (The complain did not hinder the h5redploy to
|
|
|
|
proceed correctly.) AKC - 2003/11/03
|
|
|
|
- Fixed a segmentation fault of h5diff when percentage option is used.
|
|
|
|
AKC - 2003/08/27
|
2003-08-26 04:14:05 +08:00
|
|
|
- Switched away from tools using internal "fixtype" function(s) to use
|
|
|
|
H5Tget_native_type() internally. QAK - 2003/08/25
|
2003-07-24 05:18:40 +08:00
|
|
|
|
|
|
|
Documentation
|
|
|
|
-------------
|
2003-06-03 04:36:31 +08:00
|
|
|
|
|
|
|
|
2000-12-21 01:04:49 +08:00
|
|
|
Platforms Tested
|
2000-03-24 05:34:06 +08:00
|
|
|
================
|
2000-12-21 01:04:49 +08:00
|
|
|
|
2003-07-04 04:55:47 +08:00
|
|
|
AIX 5.1 (32 and 64-bit) xlc 6.0.0.2
|
2003-06-03 04:36:31 +08:00
|
|
|
xlf 8.1.0.3
|
2003-07-04 04:55:47 +08:00
|
|
|
xlC 6.0.0.4
|
|
|
|
xlc 5.0.2.5
|
|
|
|
xlf 7.1.1.2
|
|
|
|
xlC 5.0.2.5
|
|
|
|
mpcc_r 5.0.2.5
|
|
|
|
mpxlf_r 7.1.1.2
|
2003-07-03 07:54:20 +08:00
|
|
|
poe 3.2.0.10
|
2003-06-03 04:36:31 +08:00
|
|
|
Cray T3E sn6606 2.0.6.08 Cray Standard C Version 6.6.0.2
|
|
|
|
Cray Fortran Version 3.6.0.0.2
|
2003-07-03 07:54:20 +08:00
|
|
|
mpt 2.2.0.0
|
|
|
|
Cray SV1 sn9617 10.0.1.2 Cray Standard C Version 6.6.0.2
|
|
|
|
mpt 2.2.0.0
|
2003-06-03 04:36:31 +08:00
|
|
|
Cray Fortran Version 3.6.0.0.2
|
|
|
|
Cray T90IEEE 10.0.1.01y Cray Standard C Version 6.4.0.2.3
|
|
|
|
Cray Fortran Version 3.4.0.3
|
2003-07-03 07:54:20 +08:00
|
|
|
mpt 2.1.0.0
|
2003-10-10 01:15:22 +08:00
|
|
|
FreeBSD 4.9 gcc 2.95.4
|
|
|
|
g++ 2.95.4
|
2003-06-03 04:36:31 +08:00
|
|
|
HP-UX B.11.00 HP C HP92453-01 A.11.01.20
|
|
|
|
HP F90 v2.4
|
|
|
|
HP ANSI C++ B3910B A.03.13
|
|
|
|
MPIch 1.2.4
|
|
|
|
IRIX 6.5 MIPSpro cc 7.30
|
|
|
|
IRIX64 6.5 (64 & n32) MIPSpro cc 7.3.1.3m
|
|
|
|
F90 MIPSpro 7.3.1.3m (64 only)
|
|
|
|
MPIch 1.2.4
|
2003-07-03 07:54:20 +08:00
|
|
|
Linux 2.4.18 gcc 2.96, 3.2.2, 3.2.3
|
|
|
|
g++ 3.2.2, 3.2.3
|
2003-06-03 04:36:31 +08:00
|
|
|
Intel(R) C++ Version 7.1
|
|
|
|
Intel(R) Fortran Compiler Version 7.1
|
2003-07-04 04:55:47 +08:00
|
|
|
PGI compilers (pgcc, pgf90, pgCC) version 4.0-2
|
2003-06-03 04:36:31 +08:00
|
|
|
MPIch 1.2.4
|
|
|
|
OSF1 V5.1 Compaq C V6.4-014
|
2003-07-04 04:55:47 +08:00
|
|
|
Compaq C V6.3-027
|
|
|
|
Compaq Fortran V5.5-1877
|
|
|
|
Compaq C++ V6.5-014
|
|
|
|
MPI_64bit_R5
|
|
|
|
g++ version 3.0 for C++
|
2003-06-03 04:36:31 +08:00
|
|
|
SunOS 5.7 WorkShop Compilers 5.0 98/12/15 C 5.0
|
|
|
|
(Solaris 2.7) WorkShop Compilers 5.0 98/12/15 C++ 5.0
|
|
|
|
WorkShop Compilers 5.0 98/10/25
|
|
|
|
FORTRAN 90 2.0 Patch 107356-04
|
|
|
|
SunOS 5.8/32 Sun WorkShop 6 update 2 C 5.3
|
|
|
|
(Solaris 2.8) Sun WorkShop 6 update 2 Fortran 90
|
|
|
|
Sun WorkShop 6 update 2 C++ 5.3
|
|
|
|
SunOS 5.8/64 Sun WorkShop 6 update 2 C 5.3
|
|
|
|
(Solaris 2.8) Sun WorkShop 6 update 2 Fortran 90
|
|
|
|
Sun WorkShop 6 update 2 C++ 5.3
|
|
|
|
TFLOPS r1.0.4 v4.3.3 i386 pgcc Rel 3.1-4i with mpich-1.2.4 with
|
2003-03-05 19:48:13 +08:00
|
|
|
local modifications
|
2003-06-03 04:36:31 +08:00
|
|
|
IA-32 Linux 2.4.9 gcc 2.96
|
|
|
|
Intel(R) C++ Version 7.0
|
|
|
|
Intel(R) Fortran Compiler Version 7.0
|
|
|
|
|
|
|
|
IA-64 Linux 2.4.16 ia64 gcc version 2.96 20000731
|
|
|
|
Intel(R) C++ Version 7.0
|
|
|
|
Intel(R) Fortran Compiler Version 7.0
|
|
|
|
Windows 2000 (NT5.0) MSVC++ 6.0
|
|
|
|
DEC Visual Fortran 6.0
|
|
|
|
Intel C and F90 compilers version 7.1
|
2003-07-04 02:23:28 +08:00
|
|
|
Code Warrior 8.0
|
|
|
|
Windows XP MSVC++.NET
|
2003-06-03 04:36:31 +08:00
|
|
|
MAC OS X Darwin 6.5
|
|
|
|
gcc and g++ Apple Computer, Inc. GCC
|
|
|
|
version 1161, based on gcc version 3.1
|
|
|
|
|
2000-03-24 05:34:06 +08:00
|
|
|
|
2002-04-23 04:30:58 +08:00
|
|
|
|
|
|
|
Supported Configuration Features Summary
|
|
|
|
========================================
|
|
|
|
|
|
|
|
In the tables below
|
2003-06-03 04:36:31 +08:00
|
|
|
y = tested and supported
|
|
|
|
n = not supported or not tested in this release
|
|
|
|
x = not working in this release
|
|
|
|
dna = does not apply
|
|
|
|
( ) = footnote appears below second table
|
|
|
|
|
2003-07-03 10:02:57 +08:00
|
|
|
Platform C C F90 F90 C++ Shared zlib
|
|
|
|
parallel parallel libraries (4)
|
|
|
|
Solaris2.7 64-bit y y (1) y y (1) y y y
|
|
|
|
Solaris2.7 32-bit y y (1) y y (1) y y y
|
|
|
|
Solaris2.8 64-bit y y (1) y y (1) y y y
|
|
|
|
Solaris2.8 32-bit y y y y (1) y y y
|
|
|
|
IRIX6.5 y y (1) n n n y y
|
|
|
|
IRIX64_6.5 64-bit y y (2) y y y y y
|
|
|
|
IRIX64_6.5 32-bit y y (2) n n n y y
|
|
|
|
HPUX11.00 y y (1) y y y y y
|
|
|
|
OSF1 v5.1 y y y y y y y
|
|
|
|
T3E y y (5) y y (5) n n y
|
|
|
|
SV1 y y (5) y y (5) n n y
|
|
|
|
T90 IEEE y y (5) y y (5) n n y
|
|
|
|
TFLOPS n y (1) n n n n y
|
|
|
|
AIX-5.1 32-bit y y y y y n y
|
|
|
|
AIX-5.1 64-bit y y y y y n y
|
|
|
|
WinXP (6) y n n n y y y
|
|
|
|
WinXP Intel y n n n y y y
|
|
|
|
Win2000 y n y n y y y
|
|
|
|
Win2000 Intel y n y n y y y
|
|
|
|
WinNT CW y n n n n n y
|
|
|
|
Mac OS X 10.2 y n n n y y y
|
|
|
|
FreeBSD y y (1) n n y y y
|
|
|
|
Linux 2.4 gcc (3) y y (1) y (PGI) n y y y
|
|
|
|
Linux 2.4 Intel (3) y n y n y n y
|
|
|
|
Linux 2.4 PGI (3) y n y n y n y
|
|
|
|
Linux 2.4 IA32 Intel y n y n y n y
|
|
|
|
Linux 2.4 IA64 Intel y n y n y n y
|
|
|
|
|
|
|
|
|
|
|
|
ASCII Table 2 -- for RELEASE.txt
|
|
|
|
|
|
|
|
Platform static- Thread- SZIP GASS STREAM- High-level H4/H5
|
|
|
|
exec safe VFD APIs tools (7)
|
|
|
|
Solaris2.7 64-bit x y y n y y n
|
|
|
|
Solaris2.7 32-bit x y y n y y y
|
|
|
|
Solaris2.8 64-bit x y y n y y n
|
|
|
|
Solaris2.8 32-bit x y y n y y y
|
|
|
|
IRIX6.5 x n y n y y y
|
|
|
|
IRIX64_6.5 64-bit x y y y y y y
|
|
|
|
IRIX64_6.5 32-bit x y y y y y y
|
|
|
|
HPUX11.00 x n y n y y y
|
|
|
|
OSF1 v5.1 y n y n y y y
|
|
|
|
T3E y n n n y y y
|
|
|
|
SV1 y n n n y y y
|
|
|
|
T90 IEEE y n n n y y n
|
2003-07-04 04:55:47 +08:00
|
|
|
TFLOPS y n n n n n n
|
2003-07-03 10:02:57 +08:00
|
|
|
AIX-5.1 32-bit y n y n y y y
|
|
|
|
AIX-5.1 64-bit y n y n y y y
|
|
|
|
WinXP (6) y n y n n y y
|
|
|
|
WinXP Intel y n y n n y y
|
|
|
|
Win2000 y n y n n y y
|
|
|
|
Win2000 Intel y n y n n y y
|
|
|
|
WinNT CW y n y n n y y
|
|
|
|
Mac OS X 10.2 y n y n y y n
|
|
|
|
FreeBSD y y y n y y y
|
|
|
|
Linux 2.4 gcc (3) y y y n y y y
|
|
|
|
Linux 2.4 Intel (3) y n y n y n n
|
|
|
|
Linux 2.4 PGI (3) y n y n y n n
|
|
|
|
Linux 2.4 IA32 Intel y n y n y y y
|
|
|
|
Linux 2.4 IA64 Intel y n y n y y y
|
2003-06-03 04:36:31 +08:00
|
|
|
|
|
|
|
Notes: (1) Using mpich 1.2.4.
|
|
|
|
(2) Using mpt and mpich 1.2.4.
|
2003-07-03 10:02:57 +08:00
|
|
|
(3) Linux 2.4 with GNU, Intel, and PGI compilers, respectively.
|
|
|
|
(4) Shared libraries are provided only for the C library, except
|
|
|
|
on Windows where they are provided for C and C++.
|
|
|
|
(5) Using mpt.
|
|
|
|
(6) Binaries only; source code for this platform is not being
|
2003-06-03 04:36:31 +08:00
|
|
|
released at this time.
|
2003-07-03 10:02:57 +08:00
|
|
|
(7) Includes the H4toH5 Library and the h4toh5 and h5toh4
|
|
|
|
utilities.
|
|
|
|
Compiler versions for each platform are listed in the preceding
|
|
|
|
"Platforms Tested" table.
|
|
|
|
|
2002-04-23 04:30:58 +08:00
|
|
|
|
|
|
|
|
2000-12-21 01:04:49 +08:00
|
|
|
Known Problems
|
2000-03-24 05:34:06 +08:00
|
|
|
==============
|
2003-07-02 04:01:07 +08:00
|
|
|
|
|
|
|
* PGI C++ compiler fails when compiling the C++ library's tests.
|
|
|
|
Therefore, we cannot verify that the C++ library built with the PGI C++
|
|
|
|
compiler is correct.
|
|
|
|
|
2003-03-05 19:48:13 +08:00
|
|
|
* The h5dump tests may fail to match the expected output on some platforms
|
|
|
|
(e.g. parallel jobs, Windows) where the error messages directed to
|
|
|
|
"stderr" do not appear in the "right order" with output from stdout.
|
|
|
|
This is not an error.
|
|
|
|
|
2001-08-28 03:31:45 +08:00
|
|
|
* 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.
|
2001-02-21 03:35:07 +08:00
|
|
|
|
2001-02-01 01:28:57 +08:00
|
|
|
* 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.
|
|
|
|
|
2001-02-21 03:35:07 +08:00
|
|
|
The --enable-static-exec configure flag also fails to correctly compile
|
2001-05-26 02:49:33 +08:00
|
|
|
on IBM SP2 platform for the serial mode. The parallel mode works fine
|
2001-02-21 03:35:07 +08:00
|
|
|
with this option.
|
|
|
|
|
2001-02-01 01:28:57 +08:00
|
|
|
It is suggested that you don't use this option on these platforms
|
|
|
|
during configuration.
|
|
|
|
|
2001-01-19 05:11:33 +08:00
|
|
|
* With the gcc 2.95.2 compiler, HDF 5 uses the `-ansi' flag during
|
|
|
|
compilation. The ANSI version of the compiler complains about not being
|
|
|
|
able to handle the `long long' datatype with the warning:
|
2001-01-12 06:47:33 +08:00
|
|
|
|
2001-01-19 05:11:33 +08:00
|
|
|
warning: ANSI C does not support `long long'
|
|
|
|
|
|
|
|
This warning is innocuous and can be safely ignored.
|
2001-01-12 06:47:33 +08:00
|
|
|
|
2001-02-10 06:37:18 +08:00
|
|
|
|
2001-08-28 03:31:45 +08:00
|
|
|
* The Stream VFD was not tested yet under Windows. It is not supported
|
|
|
|
in the TFLOPS machine.
|
2000-12-19 06:06:13 +08:00
|
|
|
|
|
|
|
|
|
|
|
* 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
|
2000-12-20 01:44:28 +08:00
|
|
|
correctly with the -O option. The test program works fine if it is
|
|
|
|
compiled with -O1 or -O0. Only -O (same as -O2) causes the test
|
|
|
|
program to fail.
|
2000-12-20 00:08:47 +08:00
|
|
|
|
2003-06-04 01:27:13 +08:00
|
|
|
* Certain platforms give false negatives when testing h5ls:
|
2003-07-04 01:20:13 +08:00
|
|
|
- Cray J90 and Cray T90IEEE give errors during testing when displaying
|
2001-08-28 03:31:45 +08:00
|
|
|
some floating-point values. These are benign differences due to
|
|
|
|
the different precision in the values displayed and h5ls appears to
|
|
|
|
be dumping floating-point numbers correctly.
|
2001-01-30 06:52:32 +08:00
|
|
|
|
2003-07-04 01:20:13 +08:00
|
|
|
* Before building HDF5 F90 Library from source on Crays
|
2001-08-28 03:31:45 +08:00
|
|
|
replace H5Aff.f90, H5Dff.f90 and H5Pff.f90 files in the fortran/src
|
|
|
|
subdirectory in the top level directory with the Cray-specific files
|
|
|
|
from the site:
|
|
|
|
|
2003-06-04 01:27:13 +08:00
|
|
|
* On some platforms that use Intel compilers to build HDF5 fortran library,
|
|
|
|
compilation may fail for fortranlib_test.f90, fflush1.f90 and fflush2.f90
|
|
|
|
complaining about exit subroutine. Comment out the line
|
|
|
|
IF (total_error .ne. 0) CALL exit (total_error)
|
|
|
|
|
2003-07-03 07:54:20 +08:00
|
|
|
ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/hdf5-1.6.0/F90_source_for_Crays
|
2001-02-10 01:39:16 +08:00
|
|
|
|
2002-05-10 00:55:04 +08:00
|
|
|
* On IA32 and IA64 systems, if you use a compiler other than GCC (such as
|
|
|
|
Intel's ecc or icc compilers), you will need to modify the generated
|
|
|
|
"libtool" program after configuration is finished. On or around line 104 of
|
|
|
|
the libtool file, there are lines which look like:
|
|
|
|
|
|
|
|
# How to pass a linker flag through the compiler.
|
|
|
|
wl=""
|
|
|
|
|
|
|
|
change these lines to this:
|
|
|
|
|
|
|
|
# How to pass a linker flag through the compiler.
|
|
|
|
wl="-Wl,"
|
2001-03-29 05:33:01 +08:00
|
|
|
|
2003-01-24 03:19:46 +08:00
|
|
|
UPDATE: This is now done automatically by the configure script. However, if
|
|
|
|
you still experience a problem, you may want to check this line in the
|
|
|
|
libtool file and make sure that it has the correct value.
|
|
|
|
|
2003-07-04 01:20:13 +08:00
|
|
|
* Information about building with PGI and Intel compilers is available in
|
|
|
|
INSTALL file sections 5.7 and 5.8
|