summaryrefslogtreecommitdiffstats
path: root/examples/h5dsm_dset_wpartial.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2017-02-02 17:02:36 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2017-02-02 17:02:36 (GMT)
commit2f23c20203eec698964ccdc5f0f2c0cb3a3812e8 (patch)
tree9577449d84aeec1d6851bb685081344acf201ac3 /examples/h5dsm_dset_wpartial.c
parent47bbf670e5614fb19f4da301ef71a906db665537 (diff)
downloadhdf5-2f23c20203eec698964ccdc5f0f2c0cb3a3812e8.zip
hdf5-2f23c20203eec698964ccdc5f0f2c0cb3a3812e8.tar.gz
hdf5-2f23c20203eec698964ccdc5f0f2c0cb3a3812e8.tar.bz2
Improve handling of snapshots with multiple processes so any processes
can call H5VLdaosm_snap_create. Fix bug that prevented non-root processes from incrementing the epoch on flush. Other minor fixes.
Diffstat (limited to 'examples/h5dsm_dset_wpartial.c')
-rw-r--r--examples/h5dsm_dset_wpartial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5dsm_dset_wpartial.c b/examples/h5dsm_dset_wpartial.c
index 1ca7337..79dc521 100644
--- a/examples/h5dsm_dset_wpartial.c
+++ b/examples/h5dsm_dset_wpartial.c
@@ -55,7 +55,7 @@ int main(int argc, char *argv[]) {
printf("Memory File\n");
printf("...... %s\n", file_sel_str[rank]);
for(i = 1; i < 4; i++)
- printf(".XXXXX. %s\n", file_sel_str[rank]);
+ printf(".XXXX. %s\n", file_sel_str[rank]);
/* Fill and print buffer */
printf("Writing data. Buffer is:\n");