summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-05-17 12:56:40 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-05-17 12:56:40 (GMT)
commitc1531ed7e76ef2d71dbf50e1fb35d5ae2c4f1be5 (patch)
tree8eeecadd52cf26a3e0460acb3686e0831a178f8e /src/H5public.h
parentbca854d17a36e160569a0aa2c2ff95508bbb8420 (diff)
downloadhdf5-c1531ed7e76ef2d71dbf50e1fb35d5ae2c4f1be5.zip
hdf5-c1531ed7e76ef2d71dbf50e1fb35d5ae2c4f1be5.tar.gz
hdf5-c1531ed7e76ef2d71dbf50e1fb35d5ae2c4f1be5.tar.bz2
[svn-r5432] Purpose:
Document Bug fix/Code improvement below: Description: Currently, the chunk data allocation routine invoked to allocate space for the entire dataset is inefficient. It writes out each chunk in the dataset, whether it is already allocated or not. Additionally, this happens not only when it is created, but also anytime it is opened for writing, or the dataset is extended. Worse, there's too much parallel I/O syncronization, which slows things down even more. Solution: Only attempt to write out chunks that don't already exist. Additionally, share the I/O writing between all the nodes, instead of writing everything with process 0. Then, only block with MPI_Barrier if chunks were actually created.
Diffstat (limited to 'src/H5public.h')
0 files changed, 0 insertions, 0 deletions