summaryrefslogtreecommitdiffstats
path: root/examples/h5ff_client_dset.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r28690] add H5Rget_attr_name_ffMohamad Chaarawi2015-12-161-2/+1
|
* [svn-r27998] fixes after merge.Mohamad Chaarawi2015-10-071-3/+2
|
* [svn-r27484] minor fix.Mohamad Chaarawi2015-08-101-3/+3
|
* [svn-r27454] more merge fixes.Mohamad Chaarawi2015-08-031-3/+4
| | | | things work now!
* [svn-r25356] set array layout in IOD when properties are given.Mohamad Chaarawi2014-06-241-4/+15
|
* [svn-r25171] - fix bugs with dt conversions in non-coresident modeMohamad Chaarawi2014-05-061-10/+7
| | | | - change example to have rcacquire done from 1 rank
* [svn-r25165] - avoid memcpy in coresident mode.Mohamad Chaarawi2014-05-051-11/+7
| | | | - fix several bugs in dt conversions.
* [svn-r25160] - fix issue with global variables for Mercury callback IDsMohamad Chaarawi2014-05-051-1/+1
| | | | - don't memcpy in coresident mode (in H5Dwrite - more comming soon).
* [svn-r25150] Add coresident support: Mohamad Chaarawi2014-05-021-1/+1
| | | | | - need to set H5ENV_CORESIDENT to 1 to use that mode - still doing memcpy for raw data now.
* [svn-r25142] - comment out IOD layout code as it does not work anymore with ↵Mohamad Chaarawi2014-05-011-2/+3
| | | | | | new IOD - prepend username to file name in tests
* [svn-r25069] - fix some analysis shipping bugsMohamad Chaarawi2014-04-181-75/+42
| | | | | - fix bug in H5Dset_extent when used asynchronously - fix bug in example where H5Dset_extent is used.
* [svn-r24815] Skip over TR0 in file_create.Mohamad Chaarawi2014-03-171-11/+11
| | | | | Use TR1 to create root group and co. update examples (still missing demo programs).
* [svn-r24775] - update use of H5Fclose_ff to add the persist flag.Mohamad Chaarawi2014-03-101-1/+1
| | | | - fix bug in prefetch test (need to persist before prefetch).
* [svn-r24761] Add H5Dcreate_anon_ff implementation.Mohamad Chaarawi2014-03-051-0/+3
|
* [svn-r24664] update checksums for datasets.Mohamad Chaarawi2014-01-301-43/+49
| | | | update tests.
* [svn-r24660] - update scratch pad data integrity. Works with IOD now.Mohamad Chaarawi2014-01-291-6/+35
| | | | | - add object creation property to enable/disable checksum per object * Still not used yet.
* [svn-r24605] - fix bug with point selectionsMohamad Chaarawi2014-01-021-9/+28
| | | | | | - allow for H5S_ALL dataspace inputs - allow use of scalar dataspaces - update tests
* [svn-r24554] fixes to creates/deletes as transaction is aborted.Mohamad Chaarawi2013-12-141-15/+9
|
* [svn-r24551] updates to extend.Mohamad Chaarawi2013-12-131-3/+86
|
* [svn-r24535] - update to new IOD object_open APIMohamad Chaarawi2013-12-121-3/+3
| | | | - change H5Oopen_by_token to take a transaction instead of a read context.
* [svn-r24508] - bug fixes exposed with multiple servers.Mohamad Chaarawi2013-12-091-2/+2
| | | | | - Add Barrier in file_close to have process 0 finish its close before others can proceed. - Add test for string attributes.
* [svn-r24495] more bug fixes...Mohamad Chaarawi2013-12-041-14/+14
|
* [svn-r24486] IOD integration with transactions.Mohamad Chaarawi2013-12-021-9/+7
|
* [svn-r24427] more bug fixes with IOD integration.Mohamad Chaarawi2013-11-121-1/+1
|
* [svn-r24422] Bug fixes for IOD integrationMohamad Chaarawi2013-11-111-15/+26
|
* [svn-r24388] switch to using Mercury 64 bit CRC algorithm instead of ↵Mohamad Chaarawi2013-10-311-5/+5
| | | | internal checksum algorithm.
* [svn-r24321] - Update FF branch to work with latest Mercury implementation.Mohamad Chaarawi2013-10-171-0/+4
| | | | - some minor fixes.
* [svn-r24247] - update dset example with l-g,g-l open_by_token Mohamad Chaarawi2013-10-021-49/+103
| | | | - use max dims to create IOD array dataset instead of cur dims and add range checking for I/O at client.
* [svn-r24211] - remove H5EQ and H5AO interfaceMohamad Chaarawi2013-09-281-67/+78
| | | | | - add H5ES interface (minus H5ESget_event_info) - update src and examples to use the H5ES interface
* [svn-r24196] small tweaks to examples.Mohamad Chaarawi2013-09-241-4/+7
|
* [svn-r24193] - add Software marking.Mohamad Chaarawi2013-09-231-9/+25
| | | | - update some comments in examples.
* [svn-r24182] create IDs for metadata and attribute KVs at client instead of ↵Mohamad Chaarawi2013-09-211-1/+1
| | | | server to avoid the get_scratch call at the server when possible.
* [svn-r24173] - update checksum verification to check for properties for ↵Mohamad Chaarawi2013-09-191-0/+20
| | | | | | enabling/disabling checksums. - done for raw data, scratch pads. to do KV pairs.
* [svn-r24159] fix bugs/fakeness in tests exposed by testing on Ostrich.Mohamad Chaarawi2013-09-181-4/+4
|
* [svn-r24148] revert also in examplesMohamad Chaarawi2013-09-171-1/+1
|
* [svn-r24146] add and use a new type (hcs_t) for checksum values to make it ↵Mohamad Chaarawi2013-09-171-1/+1
| | | | | | easier to switch to 64_bit when needed. remove unsupported examples from Makefile
* [svn-r24133] - remove large example (it is broken now into multiple examples ↵Mohamad Chaarawi2013-09-121-17/+110
| | | | | | with transactions added to them). - update dataset example for datatype conversion and non-contig selection
* [svn-r24129] more tests, bug fixes, etc...Mohamad Chaarawi2013-09-121-0/+10
|
* [svn-r24122] more transactions/read contextsMohamad Chaarawi2013-09-101-0/+294
- include 2 examples for using transactions - IOD calls at server side still need to be updated