Network

 
AuthorCommitMessageCommit Date
Elena PourmalElena Pourmal
f3f74731619[svn-r26960] Added example of unlimited VDS using Percival use case.
Allen ByrneAllen Byrne
1c30759aae4[svn-r26959] Fixed ERTERN print format and remove "Files" from virtual.
Allen ByrneAllen Byrne
2417fd7b63d[svn-r26935] Add dataset name to mapping output
Allen ByrneAllen Byrne
d292908e6f1[svn-r26910] Add clarification that the files are Source
Allen ByrneAllen Byrne
80f27eb1f44[svn-r26909] Convert layout to switch and add virtual. Print number of maps and file names only. Tested: local linux
Neil FortnerNeil Fortner
f1d1d415af3[svn-r26891] Fix bug in H5S__hyper_project_intersection that could cause an incorrect result. Fix typos. Tested: ummon
Neil FortnerNeil Fortner
0308a17597f[svn-r26883] Fix bug in H5S__hyper_project_intersection that could cause an incorrect result. Tested: ummon
Neil FortnerNeil Fortner
7b4a24f2f86[svn-r26880] Fix errors where unlim_dim was not initialized in several places in H5Shyper.c Tested: Home computer
Dana RobinsonDana Robinson
a2475e33a2e[svn-r26879] Removed printf size_t warnings from VDS examples. size_t parameters are now printed using lu after being cast to unsigned long (safe for C89). Tested on: 64-bit linux VM
Neil FortnerNeil Fortner
0a3151792fe[svn-r26878] Fix errors in unlimited selection serialize/deserialize Other minor fixes Tested: jam
Neil FortnerNeil Fortner
b31103b3322[svn-r26862] Fix bug in H5D__get_storage_size where it would issue an error unnecessarily for virtual datasets. Tested: ummon
Neil FortnerNeil Fortner
f53cfbe9d66[svn-r26828] Implement support for unlimited selections (not supported by VDS code yet). Add tests for unlimited selections. Various other minor changes. Tested: ummon
Allen ByrneAllen Byrne
11efaf4ff7d[svn-r26798] Fix other storage layout whitespace
Allen ByrneAllen Byrne
26e709edc65[svn-r26794] Fix formatting for selection. Irregular reuses blocks and points for datasets however indentation after line breaks are an issue.
Neil FortnerNeil Fortner
6a27582a448M[svn-r26781] Merge revisions 26305 through 26780 from trunk to vds branch. Tested: ummon
Allen ByrneAllen Byrne
7a4b02567e4[svn-r26775] Update error file with new item.
Neil FortnerNeil Fortner
95983cbdfe7[svn-r26680] Implement minor suggestions from 3/26/15 code review. Note make check still fails in h5dump test (unrelated to this checkin). Tested: ummon
Neil FortnerNeil Fortner
904c84b2a25[svn-r26668] Fix error in H5D__virtual_read/write that prevented short circuit. Fix off by 1 error in H5S__hyper_project_intersection algorithm. Add many tests for fixed size hyperslab I/O. Note make check still fails in h5dump test (unrelated to this checkin). Tested: ummon
Allen ByrneAllen Byrne
e270981617f[svn-r26611] Remove complete section of VIRTUAL output.
Elena PourmalElena Pourmal
e26999516d0[svn-r26609] Neil fixed a bug that caused a failure when a source file was closed. Removed comments from the example. Tested on jam.
Elena PourmalElena Pourmal
1180e6f96dd[svn-r26570] Commented lineis that print extra "VIRTUAL" keyword and blank lines for demo on 3/25/2015. Allen will need to review it.
Elena PourmalElena Pourmal
1f9bf8d63b0[svn-r26568] Simplified percival example.
Elena PourmalElena Pourmal
dd0e7540b6c[svn-r26567] h5dump was nopt displaying source selection correctly due to a type; fixed.
Neil FortnerNeil Fortner
1583b1b729c[svn-r26566] Fix error in H5S__hyper_project_intersection algorithm. Note there are still some code coverage assertions in the selection matching algorithm - if you hit these try taking them out. Note make check still fails in h5dump test (unrelated to this checkin). Tested: ummon
Elena PourmalElena Pourmal
b8551d25cce[svn-r26565] Since fill values for VDS do not work at this point initialized the read buffer to show that VDS data is read correctly, leaving unmapped data untouched. Tested on jam.
Elena PourmalElena Pourmal
dd5a1370838[svn-r26564] Modified related files after adding example/h5_vds-percival.c Tested on jam.
Elena PourmalElena Pourmal
1df431a1f43[svn-r26563] Added new percival example to MANFEST.
Elena PourmalElena Pourmal
f7c38d0a2d0[svn-r26562] Added examples for percival use case.
Neil FortnerNeil Fortner
e0db90bcc42[svn-r26559] Fix error in H5S_extent_copy (needs testing) - would not patch number of elements selected with "all" slections nor reset sharing state. Fix error in H5S__hyper_project_intersection algorithm. Note there are still some code coverage assertions in the selection matching algorithm - if you hit these try taking them out. Note make check still fails in h5dump test (unrelated to this checkin). Tested: ummon
Elena PourmalElena Pourmal
13299383ea1[svn-r26557] Removed commented VDS read code. tested on jam.
Neil FortnerNeil Fortner
43dec534366[svn-r26482] Opening source files now reuses the flags from the virtual file. Added tests for I/O on virtual dataset with source datasets in unopened files. Note there are still some code coverage assertions in the selection matching algorithm - if you hit these try taking them out. Note make check still fails in h5dump test (unrelated to this checkin). Tested: ummon
Neil FortnerNeil Fortner
4cfe53284bb[svn-r26476] Add support for I/O in all cases with fixed size datasets and no point selections. Add source dataspace extent patching (should allow closing the source file). Note fill values and various other features are not yet supported. Note there are still some code coverage assertions in the selection matching algorithm - if you hit these try taking them out. Note make check still fails in h5dump test (unrelated to this checkin). Tested: ummon
Neil FortnerNeil Fortner
424826d0dd4[svn-r26469] INCOMPLETE, UNWORKING CODE Commit progress through 3/17/15
Allen ByrneAllen Byrne
66a9948e650[svn-r26442] Removed blank line and fixed ALL output
Allen ByrneAllen Byrne
4edde43ae55[svn-r26440] Added new structure, removed ";", used static hyperslab arrays.
Allen ByrneAllen Byrne
e1fed18477d[svn-r26431] Add new example (reorder to match closer to makefile)
Elena PourmalElena Pourmal
2c365915e16[svn-r26421] This is Neils' change exposed when I ran bin/reconfigure for examples.
Elena PourmalElena Pourmal
ca2a0b80c5c[svn-r26420] Added new example for simple I/O. Modified other examples according to the suggestion in H5VDS-7 (see VDS-178)
Allen ByrneAllen Byrne
92d7b82d614[svn-r26418] Fix initial indent for selection_all
Neil FortnerNeil Fortner
bfc69905aca[svn-r26411] Add support for I/O in very simple cases (virtual mapping and file space are both H5S_ALL). Note make check fails in h5dump test (unrelated to this checkin). Tested: ummon
Allen ByrneAllen Byrne
9cdf806eec4[svn-r26383] Add MAPPING to VDS output
Elena PourmalElena Pourmal
802fac804d6[svn-r26376] Added new examples for fixed-size Excalibur and for Eiger use cases. Fixed several typos. Tested on jam.
Allen ByrneAllen Byrne
b3c3c8ea724[svn-r26361] Added check for unlimited to count/block print selection
Elena PourmalElena Pourmal
e2175fd0ca8[svn-r26360] Modified CMake files to accomodate new h5_vds-exc.c example.
Elena PourmalElena Pourmal
3c9c263e5a8[svn-r26359] Added h5_vds-exc.c to misc. files and ran bin/reconfigure. Tested on jam.
Elena PourmalElena Pourmal
026cf21de89[svn-r26357] Added mapping example for the Excalibur detector use case.
Allen ByrneAllen Byrne
1aa5cd4fa5d[svn-r26353] Add VDS selection defines for ALL and NONE
Allen ByrneAllen Byrne
f1c4d0ff3fb[svn-r26352] Update h5dump to latest BNF - reg vs irreg hyperslabs.
Neil FortnerNeil Fortner
79771d3fac0[svn-r26346] Add more test cases, refactor test code to reduce code duplication. Minor fixes in src. Note make check still fails in h5ls test. Tested: ummon
Elena PourmalElena Pourmal
56f74066712[svn-r26343] Improved output.