From 42f0e608dc39b36f0beb3995e78d523b827f5d52 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 6 Oct 2005 16:55:12 -0500 Subject: [svn-r11510] Description: H5Pset_chunk: Add note that chunk size cannot be larger than fixed-size dataset. Platforms tested: Firefox --- doc/html/RM_H5P.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html index 960fd78..7e0a585 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -6634,6 +6634,11 @@ END SUBROUTINE h5pset_cache_f As a side-effect of this function, the layout of the dataset is changed to H5D_CHUNKED, if it is not already so set. (See H5Pset_layout.) +

+ Note regarding fixed-size datasets:
+ Chunk size cannot exceed the size of a fixed-size dataset. + For example, a dataset consisting of a 5x4 fixed-size array cannot be + defined with 10x10 chunks.

Parameters: