diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2006-10-28 21:11:04 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2006-10-28 21:11:04 (GMT) |
commit | c6c63ab6c64f4a29b3f379673e5236b2d614b422 (patch) | |
tree | dde44ec55b13d9dddad49d7d43611ef336930eb3 /test/h5test.c | |
parent | 143db84d88b335730d4d785dc50380f49b007a52 (diff) | |
download | hdf5-c6c63ab6c64f4a29b3f379673e5236b2d614b422.zip hdf5-c6c63ab6c64f4a29b3f379673e5236b2d614b422.tar.gz hdf5-c6c63ab6c64f4a29b3f379673e5236b2d614b422.tar.bz2 |
[svn-r12822] H5Pset_alignment seems working. Added it in test/vfd.c and made the test more complete by writing
two data sets. One is aligned, and the other isn't.
Diffstat (limited to 'test/h5test.c')
-rw-r--r-- | test/h5test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.c b/test/h5test.c index 93f992e..840e126 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -581,7 +581,7 @@ h5_fileaccess(void) #ifdef H5_HAVE_DIRECT /* Linux direct read() and write() system calls. Set memory boundary, file block size, * and copy buffer size to the default values. */ - if (H5Pset_fapl_direct(fapl, 1024, 4096, 8*4096)<0) return -1; + if (H5Pset_fapl_direct(fapl, 1024, 4096, 7*4096)<0) return -1; #endif } else { /* Unknown driver */ |