summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-09-17 19:37:15 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-09-17 19:37:15 (GMT)
commitee0c2bb4561c5ffc6b7d860a0670491c00f99bbe (patch)
tree756d36786a99f70255816184ff1f2f86596da6d5 /src/H5D.c
parentee6a5bf86b2ae70add2575f0ed1eb882ee8cdd24 (diff)
downloadhdf5-ee0c2bb4561c5ffc6b7d860a0670491c00f99bbe.zip
hdf5-ee0c2bb4561c5ffc6b7d860a0670491c00f99bbe.tar.gz
hdf5-ee0c2bb4561c5ffc6b7d860a0670491c00f99bbe.tar.bz2
[svn-r4444] Purpose:
Feature Description: The H5Pset_fapl_split() used to assume both meta and raw files have the same prefix name. This prohibited the option to specify the two files reside on different file systems. E.g., having meta-file as /user/home/data1.meta and raw-file as /pfs/data1.raw. Solution: Added feature that if the raw or meta extension string contains a "%s", it will be substituted by the filename given for H5Fopen or H5Fcreate. This is same as the multi-file syntax. If no %s is found, one is inserted at the beginning. This is the previous behavior. Platforms tested: Modi4 (parallel, serial) and eirene (parallel).
Diffstat (limited to 'src/H5D.c')
0 files changed, 0 insertions, 0 deletions