summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24100] minor fix while creating a memory datatype for native writesinactive/hdf5_ff_compactorVishwanath Venkatesan2013-09-051-2/+2
|
* [svn-r24052] Adding tests for Write-morphing also!Vishwanath Venkatesan2013-08-214-50/+192
|
* [svn-r24038] Update to the benchmarkVishwanath Venkatesan2013-08-206-25/+50
|
* [svn-r24028] Commenting debug printfsVishwanath Venkatesan2013-08-195-32/+37
|
* [svn-r24016] Fixes to the benchmark.Vishwanath Venkatesan2013-08-166-24/+318
|
* [svn-r24008] Adding the first commit of the benchmarkVishwanath Venkatesan2013-08-1411-2/+721
|
* [svn-r24001] removing compactor write_tests from test as we moved it to testffVishwanath Venkatesan2013-08-1319-3180/+0
|
* [svn-r24000] Adding compactor_tests in the write locationVishwanath Venkatesan2013-08-1319-0/+3180
|
* [svn-r23998] Comitting changes to test directory with more tests.Vishwanath Venkatesan2013-08-1310-101/+765
|
* [svn-r23997] Many bug fixes for write-morphing andVishwanath Venkatesan2013-08-134-149/+253
| | | | | write-stealing + native fixes for reads. now handles all scenarios.
* [svn-r23974] Fixes to native case + Vishwanath Venkatesan2013-08-085-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 alsoVishwanath Venkatesan2013-08-078-369/+524
|
* [svn-r23971] File selection handled for partial read "short-circuiting". Vishwanath Venkatesan2013-08-053-8/+223
| | | | Have to handle memory.
* [svn-r23967] Adding the read_tests.. and the modification the Makefile ↵Vishwanath Venkatesan2013-08-024-2/+383
| | | | accordingly.
* [svn-r23966] Some more bug fixes for read-stealingVishwanath Venkatesan2013-08-022-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 Venkatesan2013-08-022-48/+105
|
* [svn-r23962] 1. Compactor reads works Vishwanath Venkatesan2013-08-026-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 Venkatesan2013-07-318-10/+859
|
* [svn-r23957] Code cleanup + Fixing issues for handling writing Vishwanath Venkatesan2013-07-313-96/+120
| | | | from compactor for multiple clients.
* [svn-r23949] Compactor now writes HDF5 Files.. Although the Vishwanath Venkatesan2013-07-312-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 Venkatesan2013-07-3018-1655/+2014
| | | | | | updated iod, mercury.
* [svn-r23942] Commit befor merging!Vishwanath Venkatesan2013-07-291-1/+3
|
* [svn-r23936] Adding some function decription comments for functions that did ↵Vishwanath Venkatesan2013-07-262-4/+67
| | | | not have one!
* [svn-r23935] Reads now go through the compactor. Have to work on getting the Vishwanath Venkatesan2013-07-262-5/+38
| | | | short-circuiting done for the direct-match case.
* [svn-r23934] Merging multiple datasets for IOD. Logic in place -- implementedVishwanath Venkatesan2013-07-252-55/+137
|
* [svn-r23933] 1. Overlapping writes fixes for more complicated scenarios ↵Vishwanath Venkatesan2013-07-2511-174/+1490
| | | | | | handled. 2. Tests for testing compactor!
* [svn-r23930] Working version for overalpping writes in case of single user. ↵Vishwanath Venkatesan2013-07-235-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 Venkatesan2013-07-171-16/+203
|
* [svn-r23915] Merge changes with hdf5_ff and minor fixes to the compactor_write.Vishwanath Venkatesan2013-07-1732-869/+5225
|\ | | | | | | Tested for larger number of processes too.
| * [svn-r23913] some refactoring of the server side access to IODMohamad Chaarawi2013-07-179-688/+787
| |
| * [svn-r23910] - add IOD hyperslab generation to attribute read & write.Mohamad Chaarawi2013-07-162-7/+111
| | | | | | | | - fix an initialization value in dset read/write
| * [svn-r23909] Add Jerome's patch needed to update to latest function shipper.Mohamad Chaarawi2013-07-164-6/+6
| |
| * [svn-r23908] fix bug in generating IOD hyperslabs.Mohamad Chaarawi2013-07-164-21/+27
| |
| * [svn-r23906] - update VOL metadata written on creates and read on opens.Mohamad Chaarawi2013-07-1619-184/+453
| | | | | | | | | | - rename examples - fix some minor things
| * [svn-r23901] - update creation of the attribute KV to be when the object is ↵Mohamad Chaarawi2013-07-158-25/+164
| | | | | | | | created.
| * [svn-r23893] Add New HDF5 object - MapMohamad Chaarawi2013-07-1223-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 Chaarawi2013-07-0914-81/+441
| | | | | | | | | | | | dataspace selections - Fix some bugs & valgrind warnings
* | [svn-r23912] Committing changes before updating with hdf5_ff Vishwanath Venkatesan2013-07-171-17/+18
| |
* | [svn-r23904] Handling a race condition.Vishwanath Venkatesan2013-07-152-12/+25
| |
* | [svn-r23902] Fixing certain corner cases and also fixing memory corruption ↵Vishwanath Venkatesan2013-07-151-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 Venkatesan2013-07-141-15/+41
| |
* | [svn-r23894] End of day commit. Vishwanath Venkatesan2013-07-122-97/+192
| |
* | [svn-r23890] Added routine to write from the compactor callback using the ↵Vishwanath Venkatesan2013-07-116-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 Venkatesan2013-07-1116-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 Venkatesan2013-07-092-32/+120
| | | | | | | | This make dset_close work even asynchronously!
* | [svn-r23874] Changes merged with hdf5_ff branch. Vishwanath Venkatesan2013-07-08297-8862/+13953
|\ \ | |/ | | | | Still Dset close is a concern.
| * [svn-r23847] minor editsMohamad Chaarawi2013-06-281-1/+2
| |
| * [svn-r23841] minor VOL mergeMohamad Chaarawi2013-06-271-1/+3
| |\
| | * [svn-r23839] moving H5T_get_named_dtype prototype out of deprec. section ↵Mohamad Chaarawi2013-06-271-1/+3
| | | | | | | | | | | | after mistakingly adding it there.
| * | [svn-r23840] split server implementation into several C filesMohamad Chaarawi2013-06-2714-3994/+4295
| | | | | | | | | | | | Update Makefiles