Network

 
AuthorCommitMessageCommit Date
Quincey KoziolQuincey Koziol
c6949efd4fd[svn-r28748] Description: Bump number of records for level 4 B-tree test, so that it's more likely to always get to level 4. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
b5504be6cc6[svn-r28742] Description: Add 'update' operation to v2 B-trees, which will insert a new record, or modify an existing one, depending on if the record exists or not. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
Private HDFPrivate HDF
6d8b831b312[svn-r28730] Snapshot version 1.9 release 233
Quincey KoziolQuincey Koziol
6f83966fb97[svn-r28723] Description: Bring over rest of performance improvements for extending chunked datasets and normalize against revise_chunks branch. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel) (h5committest forthcoming)
Quincey KoziolQuincey Koziol
4a25e5b788b[svn-r28717] Description: Minor change to align w/revise_chunks branch Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (too minor for h5committest)
Quincey KoziolQuincey Koziol
9ceca0f89a0[svn-r28710] Description: Bring r28708 from revise_chunks branch: Fix earray, farray and btree2 use of incorrect file pointer when two files are opened and used to access the data structure. Misc. minor code cleanups as well. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel h5committest forthcoming
Quincey KoziolQuincey Koziol
2c55e17cfb6[svn-r28702] Description: Fix typo in comment. Tested on: (Unneeded)
Dana RobinsonDana Robinson
0a00732c4d9[svn-r28696] Minor normalization with revise_chunks. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
1ab7e61c392[svn-r28678] Updated the cache_tagging test to correctly output tags in the debug/verbose function. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Larry KnoxLarry Knox
b3426914a87[svn-r28669] Changes to correct errors found with -ansi flag. h5tools_dump.c Removed 3 lines commented out with //. h5_vds-percival-unlim.c Changed C++-style comment to C-style comment. Tested with h5committest.new.
Dana RobinsonDana Robinson
410d8365d06[svn-r28663] Merge of r28662 from revise_chunks. Whitespace only.
Mohamad ChaarawiMohamad Chaarawi
f6429a3f548M[svn-r28660] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
42095e40645M[svn-r27978] - merge from trunk. - adjust VDS code to new layout callbacks.
Mohamad ChaarawiMohamad Chaarawi
5237a84a27fM[svn-r27928] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
a163552a5eb[svn-r27588] use H5Dopen2 instead of H5Dopen.
Mohamad ChaarawiMohamad Chaarawi
b746b6b4fafM[svn-r27562] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
0e4af3dcab6M[svn-r27287] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
41e10dfb1de[svn-r27212] run reconfigure.
Mohamad ChaarawiMohamad Chaarawi
5fc44503b53M[svn-r27211] - merge from trunk - fix fortran errors for multi_dataset APIs
Mohamad ChaarawiMohamad Chaarawi
0dd497493d0M[svn-r27139] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
f692c9fada3M[svn-r27138] merge from trunk. mdset.c still fails (even with trunk version).
Mohamad ChaarawiMohamad Chaarawi
aebb4527e0fM[svn-r26740] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
f33e251a8a2M[svn-r26187] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
bf7a492f19dM[svn-r26126] - update multi-datsaet interface to not include a file_id. For now all datasets still have to belong to the same file. - add tests for making sure datasets are in same file. - merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
6be09dff111M[svn-r26045] merge from trunk.
Neil FortnerNeil Fortner
26d5189702e[svn-r26038] Various improvements to parallel multi dataset test: - Prints the seed value on error - Continues on error - All ranks return error if any rank fails - Closes/reopens file after a write to ensure consistency - Changed to use full independent path when using independent I/O. Note that some versions of MPICH seem to have trouble with the previous implementation (collective path/independent low level I/O) so it may be worth investigating this when the next version of MPICH co...
Mohamad ChaarawiMohamad Chaarawi
3179d5bb56dM[svn-r25967] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
33fe88cf15cM[svn-r25931] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
7d60047a2a8[svn-r25930] refactor I/O path to merge multi-dataset and single-dataset I/O.
Mohamad ChaarawiMohamad Chaarawi
c8d45ef6935[svn-r25797] minor fix
Mohamad ChaarawiMohamad Chaarawi
cf7fcc7cf89[svn-r25792] remove select_chunks parameters from chunk map info as it is not used anymore.
Mohamad ChaarawiMohamad Chaarawi
75d7bbe89b0M[svn-r25782] - Merge latest trunk into branch. - Modify Dataset IO code with Quincey's changes. - fix bugs. tested on Jam.
Mohamad ChaarawiMohamad Chaarawi
c583c6a1460[svn-r25754] minor changes.
Mohamad ChaarawiMohamad Chaarawi
881216f741f[svn-r25751] minor updates to improve code readability. no real code changes.
Neil FortnerNeil Fortner
b98388244bdM[svn-r25012] Merge r24793 through r25010 from trunk to multi_rd_wd_coll_io branch Other minor cleanup/fixes Tested: ummon
Neil FortnerNeil Fortner
c2be792765c[svn-r25008] Fix MANIFEST
Neil FortnerNeil Fortner
3b38d519c2b[svn-r25007] Refactor code related to multi dataset I/O in H5Dio.c. Various other cleanup/fixes related to multi dataset I/O, including tracing. Improve t_pmulti_dset to work with variable dataset sizes and any number of processes. Remove old multi dataset test, make check should pass now. Tested: ummon, jam
Scot BreitenfeldScot Breitenfeld
c0ce145fa9a[svn-r24957] parallel test for h5dread/write_multi
Scot BreitenfeldScot Breitenfeld
ed980bfbdff[svn-r24956] Added parallel tests for mult-dataset reads/writes.
Scot BreitenfeldScot Breitenfeld
c755b9f54f5[svn-r24947] added tests for multi-dataset reads and writes
Scot BreitenfeldScot Breitenfeld
8ac8be23c27[svn-r24943] Made the multi-dataset routines always available, regardless of parallel build status.
Scot BreitenfeldScot Breitenfeld
342834eceb2[svn-r24941] code clean-up, added comments
Scot BreitenfeldScot Breitenfeld
4910e545df5[svn-r24922] fixed multi-data set test
Scot BreitenfeldScot Breitenfeld
ee702c8d5a5[svn-r24914] Fixed derived data type for union.
Scot BreitenfeldScot Breitenfeld
9043a7cac7f[svn-r24909] parallel test for multi-dataset reads.
Scot BreitenfeldScot Breitenfeld
4ab7747f605[svn-r24898] wrapper routines for H5Dwrite_multi tested: jam (gnu, mpich 3.1)
Scot BreitenfeldScot Breitenfeld
04685e93fa2[svn-r24897] Added fortran wrapper for H5Dread_multi No tests added yet, just tested with stand-alone code. Tested (gnu 4.8.2 mpich 3.1, jam)
Neil FortnerNeil Fortner
525ed252e28M[svn-r24863] Merge r24602 through r24792 to multi_rd_wd_coll_io branch Enable collective I/O for point selections in multi dataset calls Other minor cleanup Tested: ummon
Neil FortnerNeil Fortner
a49d7650ac4[svn-r24792] Add test for multi-dataset I/O in paralel. Not yet hooked in to "make check". Minor changes to serial test. Tested: ummon
Neil FortnerNeil Fortner
f6a5edcbb0c[svn-r24780] Add test for multi-dataset I/O in serial. Tested: ummon