Network

 
AuthorCommitMessageCommit Date
John RaviJohn Ravi
88d1a34b650created gds vfd, removed changes to sec2
John RaviJohn Ravi
c8f5739b883initial support for cuda cufile api
John RaviJohn Ravi
db4c96e13dbstarting to integrate cuda api
John MainzerJohn Mainzer
ac2b0e55b64MMerge pull request #2897 in HDFFV/hdf5 from ~MAINZER/vfd_swmr_alpha_1:feature/vfd_swmr_alpha_1 to feature/vfd_swmr_alpha_1 * commit '1bbec8d69d8c7d3aa46e44b5448733ef396eece1': Deleted extraneous files from doc, and updated the contact email address in doc/vfd-swmr-user-guide.phg to swmr@forum.hdfgroup.org
mainzermainzer
1bbec8d69d8Deleted extraneous files from doc, and updated the contact email address in doc/vfd-swmr-user-guide.phg to swmr@forum.hdfgroup.org
Dana RobinsonDana Robinson
1f8482247a6Adds missing autotools files and updates MANIFEST
Dana RobinsonDana Robinson
9c65b080413Adds Autotools generated files for alpha release
John MainzerJohn Mainzer
0698d232698MMerge pull request #2893 in HDFFV/hdf5 from ~MAINZER/vfd_swmr:feature/vfd_swmr to feature/vfd_swmr * commit '47b1c667c64677d2e28c4128fc027cfdfe60b354': More minor edits to users guide. Updated users guide for location of alpha 1 release & repaired several typos. Added .pdf and .docx versions of the most recent version of the VFD SWMR RFC. Updates on the RFC are cursory, and mostly in the introduction. The design section is dated -- added a warning to this effect.
mainzermainzer
47b1c667c64More minor edits to users guide.
mainzermainzer
2dd0cbe9a71Updated users guide for location of alpha 1 release & repaired several typos.
mainzermainzer
3696129c7b2Added .pdf and .docx versions of the most recent version of the VFD SWMR RFC. Updates on the RFC are cursory, and mostly in the introduction. The design section is dated -- added a warning to this effect. Reviewed and editied the users guide -- specifically: Verified instructions for build and test, and also for demos. Removed mention of call to autogen.sh, as that will already be run on the friendly user release version. Re-worked the introduction to better discribe VFD SWMR...
Dana RobinsonDana Robinson
35b47b892adMMerge pull request #2890 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:feature/vfd_swmr to feature/vfd_swmr * commit '594b17165effd9ce43bf0b2dd97e0b3df281e69d': Removes older VFD SWMR RFC versions
Dana RobinsonDana Robinson
594b17165efRemoves older VFD SWMR RFC versions These are archived in hdf5doc.
David YoungDavid Young
b3cf131855cMMerge pull request #2889 in HDFFV/hdf5 from ~DYOUNG/vchoi_fork:quiet-zoo to feature/vfd_swmr * commit 'aebc84053f9a592aac765fbd3b26f2941015d2e5': Limit the repeat rate for duplicate zoo warnings to once every five seconds. Move below_speed_limit() from vfd_swmr_bigset_writer.c to vfd_swmr_common.c, document it, and fix a bug. Document some of the functions in here. Update the comment at the top of the file. NFCI.
David YoungDavid Young
aebc84053f9MMerge branch 'vswmr-base' into quiet-zoo
David YoungDavid Young
07ad063b4b5Limit the repeat rate for duplicate zoo warnings to once every five seconds.
David YoungDavid Young
8e2053bb3d2Move below_speed_limit() from vfd_swmr_bigset_writer.c to vfd_swmr_common.c, document it, and fix a bug.
David YoungDavid Young
da688311afeDocument some of the functions in here. Update the comment at the top of the file. NFCI.
David YoungDavid Young
43470c8dafcMMerge branch 'feature/vfd_swmr' into multi
David YoungDavid Young
69f40536926Move the open issues noted in the outdated VFD_SWMR_Guide.md to vfd-swmr-user-guide.md and delete VFD_SWMR_Guide.md.
David YoungDavid Young
c96c891d32bMMerge branch 'feature/vfd_swmr' into multi
David YoungDavid Young
2b7d87ecbefAdd the U. of California copyright notice from src/H5queue.h.
David YoungDavid Young
86ee920e8c8MMerge branch 'feature/vfd_swmr' into multi
Dana RobinsonDana Robinson
a56e5dc7e4aFixes a leak of the metadata index memory
David YoungDavid Young
de03f876f5fMMerge branch 'feature/vfd_swmr' into multi
David YoungDavid Young
1acfef57374Rewrap lines.
Dana RobinsonDana Robinson
361861da890MMerge pull request #1 in ~DYOUNG/vchoi_fork from ~DEROBINS/hdf5_der:svd_multi_memory_fix to multi * commit '09981b58d800d784a2aa7e3ea5f7f1cad576e8db': Fixes a leak of the metadata index memory
Dana RobinsonDana Robinson
09981b58d80Fixes a leak of the metadata index memory
David YoungDavid Young
ff8b70dc0fbMMerge branch 'feature/vfd_swmr' into multi
David YoungDavid Young
9bb743136edIndividually track the steps verified on each dataset. Take care not to skip a step.
David YoungDavid Young
68643772e30Mention that creating new objects is not possible with legacy SWMR. Add abbreviation TBD where we need to add a hyperlink.
David YoungDavid Young
101f040b80aAdd Dana's words about MS Windows support.
David YoungDavid Young
a4a969f0fd1Give an overview of the bigsets test in a mega-comment at the top. Also, describe the test pattern. And while I'm here, repair a comment, s/writer/reader/.
David YoungDavid Young
f58c2c5ccedMMerge branch 'feature/vfd_swmr' into multi
David YoungDavid Young
135af42c099Describe the command-line options for the bigset reader/writer with a handful of bullets.
David YoungDavid Young
bfc42a18ce8Don't pass CFLAGS to the configure script, that's not in the HDF5 configure idiom and it's just too much detail. Repair a TBD: mention the vfdswmr@hdfgroup.org address for contacting the VFD SWMR developers.
David YoungDavid Young
79560265af7MMerge branch 'feature/vfd_swmr' into multi
David YoungDavid Young
f45bb219795Write a comment about a bit of overflow-avoidance logic. NFCI.
David YoungDavid Young
599be55d973Be less specific about Windows support.
David YoungDavid Young
53fe9189e1eImprove/expand the comments on the file->writer assertions.
David YoungDavid Young
aaeb21bdea8Delete an unhelpful comment. NFCI.
David YoungDavid Young
918d8894a0cAdd some header comments to functions.
David YoungDavid Young
4f833668b09Rename `api_elapsed_nslots` to `api_elapsed_nbuckets`: possibly clarifies things, possibly does not? NFCI.
David YoungDavid Young
349ed1418b7Document vfd_swmr_pageno_to_mdf_idx_entry() and rename its parameter nindices -> nentries.
David YoungDavid Young
96c6a7c8d89Wrap a line in a comment at 80 columns.
David YoungDavid Young
733a02386baAdd/improve some struct/member documentation per John's request.
David YoungDavid Young
fd406a654c1Document vfd_swmr_writer_may_increase_tick_to() and vfd_swmr_reader_did_increase_tick_to(). NFCI.
David YoungDavid Young
5756ac4233dDocument H5HG_trap().
David YoungDavid Young
60787f34e7bDelete unused local variable. NFCI.
David YoungDavid Young
aecd29c2ad7Use the DECODE macro with the correct signedness for the variable.