Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r24100] minor fix while creating a memory datatype for native writesinactive/hdf5_ff_compactor | Vishwanath Venkatesan | 2013-09-05 | 1 | -2/+2 |
| | |||||
* | [svn-r24052] Adding tests for Write-morphing also! | Vishwanath Venkatesan | 2013-08-21 | 4 | -50/+192 |
| | |||||
* | [svn-r24038] Update to the benchmark | Vishwanath Venkatesan | 2013-08-20 | 6 | -25/+50 |
| | |||||
* | [svn-r24028] Commenting debug printfs | Vishwanath Venkatesan | 2013-08-19 | 5 | -32/+37 |
| | |||||
* | [svn-r24016] Fixes to the benchmark. | Vishwanath Venkatesan | 2013-08-16 | 6 | -24/+318 |
| | |||||
* | [svn-r24008] Adding the first commit of the benchmark | Vishwanath Venkatesan | 2013-08-14 | 11 | -2/+721 |
| | |||||
* | [svn-r24001] removing compactor write_tests from test as we moved it to testff | Vishwanath Venkatesan | 2013-08-13 | 19 | -3180/+0 |
| | |||||
* | [svn-r24000] Adding compactor_tests in the write location | Vishwanath Venkatesan | 2013-08-13 | 19 | -0/+3180 |
| | |||||
* | [svn-r23998] Comitting changes to test directory with more tests. | Vishwanath Venkatesan | 2013-08-13 | 10 | -101/+765 |
| | |||||
* | [svn-r23997] Many bug fixes for write-morphing and | Vishwanath Venkatesan | 2013-08-13 | 4 | -149/+253 |
| | | | | | write-stealing + native fixes for reads. now handles all scenarios. | ||||
* | [svn-r23974] Fixes to native case + | Vishwanath Venkatesan | 2013-08-08 | 5 | -22/+36 |
| | | | | | Get rid of debug messages -- making it ready for measurements. Adding some profiling for extracting infomation from compactor, more to come. | ||||
* | [svn-r23973] Compactor now does partial read-short-circuiting also | Vishwanath Venkatesan | 2013-08-07 | 8 | -369/+524 |
| | |||||
* | [svn-r23971] File selection handled for partial read "short-circuiting". | Vishwanath Venkatesan | 2013-08-05 | 3 | -8/+223 |
| | | | | Have to handle memory. | ||||
* | [svn-r23967] Adding the read_tests.. and the modification the Makefile ↵ | Vishwanath Venkatesan | 2013-08-02 | 4 | -2/+383 |
| | | | | accordingly. | ||||
* | [svn-r23966] Some more bug fixes for read-stealing | Vishwanath Venkatesan | 2013-08-02 | 2 | -32/+64 |
| | | | | | Just works now when entire read is satisfied. partial read-stealing is under construction. | ||||
* | [svn-r23963] Working version -- Short-ciruiting reads with bug fixes. | Vishwanath Venkatesan | 2013-08-02 | 2 | -48/+105 |
| | |||||
* | [svn-r23962] 1. Compactor reads works | Vishwanath Venkatesan | 2013-08-02 | 6 | -47/+459 |
| | | | | | 2. Native write fixes 3. Short-circuited writes implemented. Have to be tested tomorrow. | ||||
* | [svn-r23958] Adding some Native HDF5 tests on the EFF Stack. | Vishwanath Venkatesan | 2013-07-31 | 8 | -10/+859 |
| | |||||
* | [svn-r23957] Code cleanup + Fixing issues for handling writing | Vishwanath Venkatesan | 2013-07-31 | 3 | -96/+120 |
| | | | | from compactor for multiple clients. | ||||
* | [svn-r23949] Compactor now writes HDF5 Files.. Although the | Vishwanath Venkatesan | 2013-07-31 | 2 | -13/+91 |
| | | | | | current implementation involves constructing one contiguous buffer for writing. | ||||
* | [svn-r23947] Merging with hdf5_ff branch + updating the branch to work with ↵ | Vishwanath Venkatesan | 2013-07-30 | 18 | -1655/+2014 |
| | | | | | | updated iod, mercury. | ||||
* | [svn-r23942] Commit befor merging! | Vishwanath Venkatesan | 2013-07-29 | 1 | -1/+3 |
| | |||||
* | [svn-r23936] Adding some function decription comments for functions that did ↵ | Vishwanath Venkatesan | 2013-07-26 | 2 | -4/+67 |
| | | | | not have one! | ||||
* | [svn-r23935] Reads now go through the compactor. Have to work on getting the | Vishwanath Venkatesan | 2013-07-26 | 2 | -5/+38 |
| | | | | short-circuiting done for the direct-match case. | ||||
* | [svn-r23934] Merging multiple datasets for IOD. Logic in place -- implemented | Vishwanath Venkatesan | 2013-07-25 | 2 | -55/+137 |
| | |||||
* | [svn-r23933] 1. Overlapping writes fixes for more complicated scenarios ↵ | Vishwanath Venkatesan | 2013-07-25 | 11 | -174/+1490 |
| | | | | | | handled. 2. Tests for testing compactor! | ||||
* | [svn-r23930] Working version for overalpping writes in case of single user. ↵ | Vishwanath Venkatesan | 2013-07-23 | 5 | -84/+726 |
| | | | | | | Lot of interesting cases handled, has also been tested for some complicated scenarios too. | ||||
* | [svn-r23916] One more change from hdf5_ff.. carried over. | Vishwanath Venkatesan | 2013-07-17 | 1 | -16/+203 |
| | |||||
* | [svn-r23915] Merge changes with hdf5_ff and minor fixes to the compactor_write. | Vishwanath Venkatesan | 2013-07-17 | 32 | -869/+5225 |
|\ | | | | | | | Tested for larger number of processes too. | ||||
| * | [svn-r23913] some refactoring of the server side access to IOD | Mohamad Chaarawi | 2013-07-17 | 9 | -688/+787 |
| | | |||||
| * | [svn-r23910] - add IOD hyperslab generation to attribute read & write. | Mohamad Chaarawi | 2013-07-16 | 2 | -7/+111 |
| | | | | | | | | - fix an initialization value in dset read/write | ||||
| * | [svn-r23909] Add Jerome's patch needed to update to latest function shipper. | Mohamad Chaarawi | 2013-07-16 | 4 | -6/+6 |
| | | |||||
| * | [svn-r23908] fix bug in generating IOD hyperslabs. | Mohamad Chaarawi | 2013-07-16 | 4 | -21/+27 |
| | | |||||
| * | [svn-r23906] - update VOL metadata written on creates and read on opens. | Mohamad Chaarawi | 2013-07-16 | 19 | -184/+453 |
| | | | | | | | | | | - rename examples - fix some minor things | ||||
| * | [svn-r23901] - update creation of the attribute KV to be when the object is ↵ | Mohamad Chaarawi | 2013-07-15 | 8 | -25/+164 |
| | | | | | | | | created. | ||||
| * | [svn-r23893] Add New HDF5 object - Map | Mohamad Chaarawi | 2013-07-12 | 23 | -98/+3818 |
| | | | | | | | | | | Add the IOD VOL implementation. Not supported with native plugin. Add example program to sanity check the API Forwarding | ||||
| * | [svn-r23876] - Add functionality to generate IOD hyperslabs for HDF5 ↵ | Mohamad Chaarawi | 2013-07-09 | 14 | -81/+441 |
| | | | | | | | | | | | | dataspace selections - Fix some bugs & valgrind warnings | ||||
* | | [svn-r23912] Committing changes before updating with hdf5_ff | Vishwanath Venkatesan | 2013-07-17 | 1 | -17/+18 |
| | | |||||
* | | [svn-r23904] Handling a race condition. | Vishwanath Venkatesan | 2013-07-15 | 2 | -12/+25 |
| | | |||||
* | | [svn-r23902] Fixing certain corner cases and also fixing memory corruption ↵ | Vishwanath Venkatesan | 2013-07-15 | 1 | -68/+96 |
| | | | | | | | | | | | | error when we have merged and unmerged requests flowing through the compactor and unmerged requests f | ||||
* | | [svn-r23897] Minor fix on generating iod_fragments algorithm. | Vishwanath Venkatesan | 2013-07-14 | 1 | -15/+41 |
| | | |||||
* | | [svn-r23894] End of day commit. | Vishwanath Venkatesan | 2013-07-12 | 2 | -97/+192 |
| | | |||||
* | | [svn-r23890] Added routine to write from the compactor callback using the ↵ | Vishwanath Venkatesan | 2013-07-11 | 6 | -720/+907 |
| | | | | | | | | | | | | | | constructed request list. This routines also closes the handles instructing the operation is completed. | ||||
* | | [svn-r23886] Mutliple things happened in this commit. | Vishwanath Venkatesan | 2013-07-11 | 16 | -435/+1085 |
| | | | | | | | | | | | | | | | | | | | | | | | | 1. Merged yesterday with hdf5_ff branch. 2. Fixed a couple of memory corruption, error handling issues. 3. Stable version of requests going through compactor, with new queue maninpulation routines 4. Tested and fixed bugs in compaction process. Now compaction happens succesfully for mutliple dataspaces of the same dataset. Memory descriptor gets constructed accordingly. TODO: -- Have to call the write operations with merged requests from the request list. | ||||
* | | [svn-r23877] Dset Close now skips parents that do not exist. | Vishwanath Venkatesan | 2013-07-09 | 2 | -32/+120 |
| | | | | | | | | This make dset_close work even asynchronously! | ||||
* | | [svn-r23874] Changes merged with hdf5_ff branch. | Vishwanath Venkatesan | 2013-07-08 | 297 | -8862/+13953 |
|\ \ | |/ | | | | | Still Dset close is a concern. | ||||
| * | [svn-r23847] minor edits | Mohamad Chaarawi | 2013-06-28 | 1 | -1/+2 |
| | | |||||
| * | [svn-r23841] minor VOL merge | Mohamad Chaarawi | 2013-06-27 | 1 | -1/+3 |
| |\ | |||||
| | * | [svn-r23839] moving H5T_get_named_dtype prototype out of deprec. section ↵ | Mohamad Chaarawi | 2013-06-27 | 1 | -1/+3 |
| | | | | | | | | | | | | after mistakingly adding it there. | ||||
| * | | [svn-r23840] split server implementation into several C files | Mohamad Chaarawi | 2013-06-27 | 14 | -3994/+4295 |
| | | | | | | | | | | | | Update Makefiles |