[svn-r7999] Purpose:

h5repack new features

Description:
added support/ tests for contiguous and compact layout processing

Solution:

Platforms tested:
linux
solaris
AIX

Misc. update:
This commit is contained in:
Pedro Vicente Nunes
2003-12-31 09:00:36 -05:00
parent ee2eecf1b4
commit 738e808d26
6 changed files with 97 additions and 28 deletions

View File

@@ -205,9 +205,10 @@ int check_szip(int rank, /* chunk rank */
int has_layout(hid_t dcpl_id,
pack_info_t *obj);
int layout_this(const char* name, /* object name from traverse list */
pack_opt_t *options, /* repack options */
pack_info_t *pack); /* info about object to apply layout */
int layout_this(hid_t dcpl_id, /* DCPL from input object */
const char* name, /* object name from traverse list */
pack_opt_t *options, /* repack options */
pack_info_t *pack /*OUT*/) /* object to apply layout */;
int apply_layout(hid_t dcpl_id,
pack_opt_t *options, /* repack options */