Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
02d0de04523[svn-r27317] switch internal cdash URL
Allen ByrneAllen Byrne
3dec75308ac[svn-r27309] switch public cdash URL
Allen ByrneAllen Byrne
5af1fa67c4d[svn-r27300] Add h5repack and h5diff VDS tests
Neil FortnerNeil Fortner
2522e278a8f[svn-r27284] Modify VDS implementation to always use FAPL and DAPL from VDS file and dataset to open source files and datasets, instead of using the default property lists. Modify VDS to reject attempts at parallel I/O, fix parallel compile error. Modify VDS to not write fill value to memory buffer if the fill value is undefined. Other minor fixes/cleanup. Tested: ummon
Allen ByrneAllen Byrne
224c6cbe591[svn-r27266] Change tests to use simple mode - eliminates native type use. Combine float checks and int checks to eliminate possible conflicts
Allen ByrneAllen Byrne
5a1be8e235c[svn-r27265] corrected test params
Neil FortnerNeil Fortner
6063aa87e16M[svn-r27256] Merge revisions 27102 through 27255 from trunk to vds branch. Tested: ummon
Elena PourmalElena Pourmal
3b1acf484e5[svn-r27249] Used versioned APIs to fix the daily tests errors with the --with-default-api-version=v16 builds. Tested on jam.
Elena PourmalElena Pourmal
1e7ab81ff25[svn-r27248] Daily tests in the VDS brnach reported missing file in MANIFEST. Fixed.
Neil FortnerNeil Fortner
7cf40ce5e48[svn-r27246] Remove "clipped" status from unlimited selections, decoupling them from the extent. Improve algorithm for calculation of VDS extent by removing the need for a temporary copy of a dataspace. Other minor fixes/cleanup. Tested: ummon
Elena PourmalElena Pourmal
b32c1bc3ff6[svn-r27245] Maintenance: Eiger example had wrong printf type of name (had dimension number in it). Fixed. Tested on jam.
Allen ByrneAllen Byrne
7fdb38eb6f0[svn-r27239] Add function prototype for local function
Allen ByrneAllen Byrne
4878a00ac2f[svn-r27236] The vds h5diff files
Allen ByrneAllen Byrne
202fd2b6c19[svn-r27235] Add vds h5diff tests
Allen ByrneAllen Byrne
bea58674e9b[svn-r27234] Add layout test from virtual to Contiguous and Compact generated files to clearall
Allen ByrneAllen Byrne
5ae9dc03696[svn-r27233] Add layout test from virtual to Contiguous and Compact
Neil FortnerNeil Fortner
c986d41406f[svn-r27231] Fix bug in configure that prevented running make. Tested: ummon
Allen ByrneAllen Byrne
5b4b4650c6b[svn-r27229] remove copy-paste errors from list
Neil FortnerNeil Fortner
17078f2b9de[svn-r27224] Fix bug that prevented reading from datasets with unlimited mappings with missing source datasets. Decided not to attempt to open the source dataset in this case, as doing so could create issues related to the sizing of the VDS. Users should call H5Dget_space to open these datasets. No regression test yet. Tested: ummon
Elena PourmalElena Pourmal
fc0fba145e3[svn-r27220] Maintenance: Added copyrigth; removed read buffer initialization since fill value feature works now. Tested on jam.
Allen ByrneAllen Byrne
616106ade32[svn-r27219] Add h5dump and h5 ls VDS test scripts to autools configure
Allen ByrneAllen Byrne
3d5c3851a3b[svn-r27218] Add VDS tests to h5ls
Neil FortnerNeil Fortner
91eb17db8ee[svn-r27215] Fix issue where % characters could not be used in non-printf mappings. Other minor fixes/cleanup. Tested: ummon
Dana RobinsonDana Robinson
4f231ddc9bd[svn-r27214] Fixed a bug on Windows where dcpls were set to be chunked and not virtual. This was due to a simple copy-paste issue in the initializer that is used when C99 initializers are not available. Also fixed a dims array size error in the vds test. Tested on: 64-bit Win7 with VS2013
Neil FortnerNeil Fortner
4117cfe2b9e[svn-r27197] Improve performance of "printf" VDS with selections in the file space - the library no longer iterates over all source datasets in the printf mapping, it now only looks at the ones that could be involved in I/O (the ones whose bounds overlap with the selection in the unlimited dimension). Tested: ummon
Allen ByrneAllen Byrne
78e128c5440[svn-r27195] Add h5dump cmake tests and files. Add tools gen cmake files move testfiles for pbits to subdir as well as vds Tested: local linux
Neil FortnerNeil Fortner
9786fe2f615[svn-r27192] Improve support for printf selections (support partial blocks with H5_VDS_FIRST_MISSING) Add test for this Rework VDS code to not depend on unlimited selections having a "clipped" state in preparation for removing the clipped state from unlimited selections. Other bug fixes/cleanup Tested: Kubuntu 64 (home computer)
Dana RobinsonDana Robinson
aa4e3e3985eM[svn-r27191] Merged r26781 to r27185 from trunk Tested on: 64-bit Ubuntu Linux VM w/ gcc 4.8.2 (C++ and Fortran 2003 also tested)
Neil FortnerNeil Fortner
bf8942c7e92[svn-r27174] Fix bug in H5S__hyper_project_intersection that affected empty selections. Tested: ummon
Dana RobinsonDana Robinson
349ad0d74d1[svn-r27166] Updated MANIFEST to include test/vds.c and tools/misc/vds files.
Dana RobinsonDana Robinson
6c81df0a270[svn-r27161] Added makefiles to tools/misc/vds to build the generators. Tested on: jam
Dana RobinsonDana Robinson
a6442037e49[svn-r27160] Added VDS generator files. The Makefiles have not been updated so they don't compile yet.
Neil FortnerNeil Fortner
5eae97bca64[svn-r27155] Change H5Pget_virtual_view to return herr_t and take a pointer to the view as a parameter. Also fix bug in H5Pget_virtual_printf_gap. Tested: jam
Neil FortnerNeil Fortner
c27904bc5fe[svn-r27153] Implement fill value support for VDS. Add testing for this. Fix bug in printf string parsing. Add test for this. Other minor fixes/cleanup. Tested: ummon
Dana RobinsonDana Robinson
8f74cc85d8c[svn-r27152] Updated bin/trace and src/H5trace.c to handle the H5D_vds_view_t enum type. Tested on: jam
Dana RobinsonDana Robinson
fad77fd2c29[svn-r27150] Added an empty VDS testfile generator to tools/misc directory. test/Makefile.in was updated due to changes in the Makefile.am file that missed a reconfigure. The changes just added a few VDS test files to the deletion list. Note that there are trace issues with a new VDS struct that show up when running bin/reconfigure. I reverted these for fixing at a future date. Tested on: jam
Neil FortnerNeil Fortner
5d12a79db20[svn-r27145] Add some testing for printf-style source dataset name resolution. Various bug fixes, including a temporary fix for printf with FIRST_MISSING view. Other cleanup. Tested: ummon
Neil FortnerNeil Fortner
9a8c664ff0d[svn-r27104] Add support for printf-style source dataset name resolution. Passes use case test, no regression tests yet. Add functions H5Pset/get_virtual_printf_gap (not tested yet). Other minor fixes/cleanup. Tested: ummon
Neil FortnerNeil Fortner
948722cde8dM[svn-r27103] Merge revisions 26780 through 27102 from trunk to vds branch. Tested: ummon
Neil FortnerNeil Fortner
f7e10b55ab7[svn-r27053] Add more tests for unlimited selections. Fix off by 1 error involving minimum extent of VDS. Other minor fixes/cleanup. Tested: ummon
Neil FortnerNeil Fortner
5b92a990242[svn-r27049] Rename H5Pset/get_virtual_dataspace_bounds to H5Pset/get_virtual_view and rename enum argument. Add support for AND and NOTA/NOTB operations with unlimited selections. Add some tests for unlimited selections. Other minor fixes/cleanup. Note: "clipped" status of unlimited selections is not properly updated with H5Sselect_copy. This is a deliberate omission since fixing it would take work and we are planning to eliminate the clipped status anyways. Tested: ummon
Neil FortnerNeil Fortner
0c49a918c4f[svn-r27028] Merge revisions 26305 through 26780 from trunk to vds branch. Tested: ummon
Elena PourmalElena Pourmal
bc6873d3bdf[svn-r27025] Enabled compilation and run for the new vds examples for "make installcheck"; added to MANIFET.
Elena PourmalElena Pourmal
eda6bf097ae[svn-r27024] Modified Percival example to read VDS data. First, the example reads all VDS data, then the data that is in the first source dataset. Tested on jam.
Neil FortnerNeil Fortner
8fe3dfbf941[svn-r27022] Add new functions H5Pset_virtual_dataspace_bounds and H5Pget_virtual_dataspace_bounds. Minor refactor of dataset initialization code to make this cleaner. Update h5_vds-percival-unlim-maxmin.c Other minor fixes/cleanup. Tested: ummon
Elena PourmalElena Pourmal
8ba06cb15e5[svn-r27018] Fixed a comment for the expected VDS sizes.
Elena PourmalElena Pourmal
95b63ae6852[svn-r27017] Modified Percival example to have different extents for the source datasets for quick testing of H5Pset_virtual_dataspace_bounds. Tested on jam that the source datasets are extended and data is added as intended.
Neil FortnerNeil Fortner
c1e74850e79[svn-r26984] Add support for unlimited selection being clipped in the middle of a block. Add tests for this (pure selection tests, needs testing with VDS). Various bug fixes. Tested: ummon
Neil FortnerNeil Fortner
f395c2bb032[svn-r26967] Refactor VDS unlimited dimension code to correctly handle case where selections have discrete blocks and the extent is set by the minimum (untested, and there is still no way to set that preference). Tested: ummon
Neil FortnerNeil Fortner
a9b2e360653[svn-r26962] Add support for unlimited selections to VDS code. Not tested (except for percival-unlim example) Fix percival-unlim example Other bug fixes/cleanup Tested: Fedora 64