Network

 
AuthorCommitMessageCommit Date
Mohamad ChaarawiMohamad Chaarawi
b503bc7f64e[svn-r23783] minor update
Mohamad ChaarawiMohamad Chaarawi
28743b4f09a[svn-r23781] add a FF version for the H5DO routines. add a trans argument to set_extent_ff
Mohamad ChaarawiMohamad Chaarawi
f824d7600bf[svn-r23780] dix bugs in H5DO routines fix bugs in H5DO tests comment out a test breaking make check.. need to fix later.
Mohamad ChaarawiMohamad Chaarawi
ee8314c3f72[svn-r23779] change append property to be dcpl property, not dxpl change name of inject_bad_checksum poperty to inject_corruption remove async version of H5Oopen routine polishing the test files a little add initial implementation of H5DO* routines - still not tested merge Quincey's tests in here for H5DO routines
Mohamad ChaarawiMohamad Chaarawi
536270a1c2a[svn-r23773] fix data integrity issues. add property to allow users to store a pointer to where checksum for data read to be placed.
Mohamad ChaarawiMohamad Chaarawi
373038013ea[svn-r23769] add property to indicate append add a new version of checksum algorithm to correctly save the state other updates...
Jerome SoumagneJerome Soumagne
07ccc1ab5a7[svn-r23768] Add kwsys test driver and client/server test
Jerome SoumagneJerome Soumagne
43139240a24[svn-r23767] Update autoconf files after running reconfigure on jam
Jerome SoumagneJerome Soumagne
d6597b854d4[svn-r23766] Update configure.ac to pick up MERCURY_LIBS and MERCURY_CFLAGS using pkg-config
Jerome SoumagneJerome Soumagne
7f87a2814d7[svn-r23765] Update reconfigure script to use pkg-config aclocal files
Jerome SoumagneJerome Soumagne
0f26b5b4666[svn-r23764] Add H5E_VOL error
Jerome SoumagneJerome Soumagne
832ed24a344[svn-r23761] Add CMake support for EFF stack
Mohamad ChaarawiMohamad Chaarawi
d92a3d0ed22[svn-r23758] use new checksum routine in test program
Mohamad ChaarawiMohamad Chaarawi
5e66e28d550[svn-r23756] update data integrity checks add new API routines for checksums - TODO: create checksums for non contiguous data
Mohamad ChaarawiMohamad Chaarawi
94b92a884e7[svn-r23755] add support for non contiguous memory selections for dataset I/O.
Mohamad ChaarawiMohamad Chaarawi
a8e1147dae0[svn-r23747] update to use axe trunk instead of ID branch since changes are note merged back.
Mohamad ChaarawiMohamad Chaarawi
5a20b1b6918[svn-r23743] add support for simple datatype conversion at the server
Mohamad ChaarawiMohamad Chaarawi
d9dfb44bad8[svn-r23723] add Jerome patch to be able to use latest Mercury. fix configure.ac to not check for iofsl old library headers and check for mercury.
Mohamad ChaarawiMohamad Chaarawi
777102d0d63[svn-r23720] add H5O routines: minus visit add missing attribute routines add tests several fix bugs
Mohamad ChaarawiMohamad Chaarawi
403513a92a6[svn-r23716] Add FF interface for links, and update test change EQ implementation to wait on items added in order Add new FF interface for exist routines, update implementation to be async, add tests
Mohamad ChaarawiMohamad Chaarawi
f00bc14a248[svn-r23714] Add attribute FF API Add proper package initialization in H5FF.c Remove unecessary waits at the client side
Mohamad ChaarawiMohamad Chaarawi
f3f20192022[svn-r23712] unsaved file in last commit..
Mohamad ChaarawiMohamad Chaarawi
47dc7817030[svn-r23711] checkpoint for links: - TODO: implement iterate add smarter dependency tracking at client update traversal routines at client and server
Mohamad ChaarawiMohamad Chaarawi
8583f1c9e05[svn-r23701] add error checking for open/create calls at client.
Mohamad ChaarawiMohamad Chaarawi
b697c0f3cdf[svn-r23697] Adopt the fully asynchronous model: - generate IOD IDs for objects at the client - update encoding/decoding routines - change the traversal algorithms at the client and server - update all IOD callback implementations Update native backend implementation Add test for blocking operations to test native backend Many bug fixes, etc...
Mohamad ChaarawiMohamad Chaarawi
e9bbc5650d3[svn-r23660] - Push IDs from clients to server - Bug fixes - Changes to input and output structs at client and server to make things cleaner - cleaning up some dead code
Mohamad ChaarawiMohamad Chaarawi
440ff068b38[svn-r23658] Switch to use the new axe library that pushes IDs to task creation routines. This still does not generate the IDs at the client, but just generates them at the server before the task is created to verify compatibility and correctness with new AXE library.
Mohamad ChaarawiMohamad Chaarawi
f89fe05e0fb[svn-r23657] add attribute support in IOD plugin major rework of the path traversal at the client and server
Mohamad ChaarawiMohamad Chaarawi
898033f75c7[svn-r23606] add support for named datatypes in the IOD plugin: - H5Topen_ff is still implemented synchronously because the async implementation will be very ugly. It's better to think of a better way to implement asynchronously. add a native backend to the server: - Enabling this enforces that create calls are independent for now, since we are not just printfing at the server anymore.
Mohamad ChaarawiMohamad Chaarawi
3c737ee83ed[svn-r23591] forgot to add new encode/decode file
Mohamad ChaarawiMohamad Chaarawi
12e8b52917a[svn-r23583] update the encoding/decoding part of the IOD plugin - complete overhaul to use FS proc macros - remove dead code Rename FS routines to HG and update configure magic and makefiles Many bug fixes
Mohamad ChaarawiMohamad Chaarawi
18bee91d73c[svn-r23532] update iod test to really test the function shipper request instead of just returning the current status.
Mohamad ChaarawiMohamad Chaarawi
7856dacd1cd[svn-r23531] add the FF async API version of all other file/group/dataset API routines that were done synchronously in the last deliverable.
Mohamad ChaarawiMohamad Chaarawi
eccf5307099[svn-r23523] - Add event queue objects - Use those event queues for the FF API routines - update underlying VL layer and IOD plugin to manage event queues - updates tests
Mohamad ChaarawiMohamad Chaarawi
f6d0ea3b1b9[svn-r23490] make ph5diff tests run again after error output has been fixed
Mohamad ChaarawiMohamad Chaarawi
b4ef900d1f6M[svn-r23489] merge VOL branch in: - resolved conflicts with the VOL callbacks changes to support better async I/O - the IOD plugin still does not leverage those changes yet
Mohamad ChaarawiMohamad Chaarawi
47a4460b48c[svn-r23458] update configure.ac to add a try compile in case eff is enabled
Mohamad ChaarawiMohamad Chaarawi
41cd6b928b7[svn-r23457] add --enable-eff to configure that defaults to no add HAVE_EFF build flag to indicate whether the IOD plugin should be compiled or not add an AM conditional to indicate whether the EFF test exampels should be compiled or not tested on jam
Mohamad ChaarawiMohamad Chaarawi
72553ef57e2M[svn-r23452] pull from VOL branch
Mohamad ChaarawiMohamad Chaarawi
2e24fe34437[svn-r23436] stuff
Mohamad ChaarawiMohamad Chaarawi
b33185fc37d[svn-r23430] prevent make check from running test client and sever update install EFF
Quincey KoziolQuincey Koziol
85582493927[svn-r23429] Description: Update test to account for newly added properties in the root property list.
Mohamad ChaarawiMohamad Chaarawi
624f1c10b13[svn-r23426] use public encode/decode routines at server
Mohamad ChaarawiMohamad Chaarawi
beaa28ac44c[svn-r23425] update installation file
Mohamad ChaarawiMohamad Chaarawi
731f32d3b43[svn-r23424] change to new handler receive routine
Mohamad ChaarawiMohamad Chaarawi
f1e276e6c7c[svn-r23422] cleanup some code in IOD vol requests
Mohamad ChaarawiMohamad Chaarawi
42af3516704[svn-r23421] add build instructions
Mohamad ChaarawiMohamad Chaarawi
b09128dd037[svn-r23420] fix bug in encoding/decoding plists update client test with comments from Ruth
Ruth AydtRuth Aydt
2ad7a823a56[svn-r23419] Added overall comment & fixed typo.
Mohamad ChaarawiMohamad Chaarawi
9cf5e0c7e62[svn-r23418] checkpoint