Network

 
AuthorCommitMessageCommit Date
Elena PourmalElena Pourmal
a726992cd88[svn-r26342] Added usage of the new H5S*_regular_hyperslab functions. Tested on jam.
Allen ByrneAllen Byrne
45df14138dc[svn-r26318] Update virtual layout to latest changes
Neil FortnerNeil Fortner
952d00e7f0fM[svn-r26306] Merge r26296 through 26304 from trunk to vds branch. It should no longer be necessary to use --enable-using-memchecker make check fails due to an issue with h5ls apparently unrelated to the merge Tested: ummon
Elena PourmalElena Pourmal
99a3f4d8d4e[svn-r26297] Changed example and h5dump according to suggestions at today's code review VDS-176. BNF has been updated too. Now h5dump displays VDS like this: HDF5 "vds.h5" { GROUP "/" { DATASET "VDS" { DATATYPE H5T_STD_I32LE DATASPACE SIMPLE { ( 4, 6 ) / ( 4, 6 ) } STORAGE_LAYOUT { VIRTUAL { HYPERSLAB { (0,0)-(0,5) }; a.h5; A; ALL; HYPERSLAB { (1,0)-(1,5) }; b.h5; B; ...
Neil FortnerNeil Fortner
2ca5b16a9fdM[svn-r26296] Merge r26050 through 26295 from trunk to vds branch. Tested: ummon
Allen ByrneAllen Byrne
3f72ec11cdd[svn-r26295] add space before end bracket of selection
Neil FortnerNeil Fortner
28111339143[svn-r26293] Implement patching of virtual dataspace extent in mapping dataspaces when opening virtual dataset. Add tests for this. Tested: ummon
Allen ByrneAllen Byrne
80e77e7d778[svn-r26290] Add H5S prefix to selection name
Allen ByrneAllen Byrne
bc888966a97[svn-r26288] remove extra set of brackets
Allen ByrneAllen Byrne
b1251c915ea[svn-r26287] Rename point and block str functions generically. Add info arg to print virtual selection function.
Allen ByrneAllen Byrne
a0ead57cadd[svn-r26286] Print selection types - no values
Allen ByrneAllen Byrne
cd9b96a887b[svn-r26285] add virtual mapping output blank selections but actual file and dataset names.
Allen ByrneAllen Byrne
46074defaa9[svn-r26284] Add VIRTUAL layout to h5dump - still need a tools testfile created
Allen ByrneAllen Byrne
8e48921d906[svn-r26283] Correct test folder handling (merge from trunk)
Allen ByrneAllen Byrne
c5da9e32703[svn-r26282] Update source file list and test list
Elena PourmalElena Pourmal
7556f179c33[svn-r26269] Minor cleanup in the comments.
Elena PourmalElena Pourmal
7881deb15e6[svn-r26268] Added VDS example. I ran bin/reconfigure on jam and it modified test/Makefile.in. May be Neil fixed Makefile.am, but didn't run reconfigure? Tested on jam.
Neil FortnerNeil Fortner
88b7d8d34cd[svn-r26261] Commit working but incomplete prototype. Does not perform I/O. Tested: ummon
Neil FortnerNeil Fortner
a5460b731d7[svn-r26199] INCOMPLETE, UNWORKING CODE Fix doubled vds.c
Neil FortnerNeil Fortner
1199ab1f480[svn-r26198] INCOMPLETE, UNWORKING CODE Commit progress through 1610 CST 2/17/15
Neil FortnerNeil Fortner
d273b2a2f88[svn-r26154] INCOMPLETE, UNWORKING CODE Add H5Dvirtual.c mistakenly omitted from last checkin.
Neil FortnerNeil Fortner
14200fef675[svn-r26153] INCOMPLETE, UNWORKING CODE Commit progress through 2/10/15 at 1500 CST
Mohamad ChaarawiMohamad Chaarawi
d80a13f75a4M[svn-r27930] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
e686da7c03d[svn-r27330] more fixes. problem with parallel t_cache test only when AT is ON.
Mohamad ChaarawiMohamad Chaarawi
f8884cf6fa0[svn-r27325] fix some bugs introduced by merger.
Mohamad ChaarawiMohamad Chaarawi
fddff0552cdM[svn-r27322] merge from trunk.. parallel still not working.
Mohamad ChaarawiMohamad Chaarawi
e9112013636[svn-r27295] - move writing the superblock extension messages from preserialize to notify callback. - update notify callback to add H5F_t * parameter.. might need to add a dxpl. - parallel t_cache test still failing.
Quincey KoziolQuincey Koziol
771475272a1[svn-r27291] Description: Add test for 'fail if unknown always' object header message flag, strengthen error checking for unknown messages, and try to catch object header code configurations at compile time (instead of runtime). Tested on: MacOSX/64 10.10.3 (amazon) w/serial (h5committest not required for this branch)
Mohamad ChaarawiMohamad Chaarawi
714252cac54M[svn-r27289] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
1db6be8b65aM[svn-r27210] merge from trunk.
Quincey KoziolQuincey Koziol
bda9e5c12cdM[svn-r27062] Description: Merged recent trunk changes. Tested on: MacOSX/64 10.10.3 (amazon) w/parallel & serial (h5committest not required on this branch)
Mohamad ChaarawiMohamad Chaarawi
8d4ea82f5a9M[svn-r27056] merge from trunk.
Quincey KoziolQuincey Koziol
b36ef7bac7cM[svn-r26770] Merge changes from trunk.
Mohamad ChaarawiMohamad Chaarawi
4d2d721a5a9M[svn-r26735] merge from trunk. fix bug in parallel test.
Mohamad ChaarawiMohamad Chaarawi
9995742759bM[svn-r26186] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
50e0f909a18M[svn-r26039] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
31e61287680M[svn-r26007] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
764eb59b332M[svn-r26004] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
b42b187023eM[svn-r25995] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
374359ab290M[svn-r25988] - merge from trunk - add new message flag for FAIL_IF_UNKNOWN_ALWAYS - TAG EOA extenstion message with FAIL_IF_UNKNOWN_AND_OPEN_FOR_WRITE if EOA > EOF and with FAIL_IF_UNKNOWN_ALWAYS if EOA < EOF - add new tests for the above
Mohamad ChaarawiMohamad Chaarawi
8c48f56e467[svn-r25973] modify the EOA extension message to not store an EOA value for the DEFAULT mem type.. This saves a whole 8 bytes.
Mohamad ChaarawiMohamad Chaarawi
5372aa797dbM[svn-r25966] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
0b3abc21a9eM[svn-r25962] - merge from trunk. - add cmake support for h5extend tool, but not tests yet.
Mohamad ChaarawiMohamad Chaarawi
eff102fbd94[svn-r25961] - move truncate out of Sblock flush and into H5F_flush. - fix some bugs.
Mohamad ChaarawiMohamad Chaarawi
bb42e777c74[svn-r25943] track an eof aligned with increment in the Core driver.
Mohamad ChaarawiMohamad Chaarawi
92db4305bd2[svn-r25942] - update multi driver to store EOFs instead of EOAs in the driver info message. - discard use of EOFS extension message. - update the EOA extension message to store EOAs for all the multi-types. - update h5extend tool and tests to account for the changes above.
Quincey KoziolQuincey Koziol
981de3d1881[svn-r25927] Description: Misc. code cleanups, while reviewing. Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
bd38034aeaaM[svn-r25926] Description: Merge w/trunk, to r25925. Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel (h5committest not required on this branch)
Mohamad ChaarawiMohamad Chaarawi
cae3ace219e[svn-r25896] add more comments and instructions on generating the bwd/fwd compatibility tests.
Mohamad ChaarawiMohamad Chaarawi
0b5a39cc5ee[svn-r25895] update MANIFEST.