summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24837] Add TODO list for EFF tasksJerome Soumagne2014-03-181-0/+5
|
* [svn-r24836] Modify client_index to create one dataset per processJerome Soumagne2014-03-187-122/+185
| | | | | | More implementation of H5Xdummy Check that plugin callbacks are implemented Mores fixes / cleanup
* [svn-r24835] another fixMohamad Chaarawi2014-03-181-1/+1
|
* [svn-r24834] bug dox to avoid segfault when dcreate_anon failsMohamad Chaarawi2014-03-181-1/+1
|
* [svn-r24833] bug fix..Mohamad Chaarawi2014-03-181-0/+1
|
* [svn-r24832] add some helpful debugging log messages.Mohamad Chaarawi2014-03-182-2/+14
|
* [svn-r24828] remove uneeded barrier..Mohamad Chaarawi2014-03-181-2/+0
|
* [svn-r24827] add another needed barrier.Mohamad Chaarawi2014-03-181-0/+2
|
* [svn-r24825] add a needed barrier.Mohamad Chaarawi2014-03-181-0/+2
|
* [svn-r24823] add --with-iodp for building old iod tarball for daos_pMohamad Chaarawi2014-03-1842-3/+340
|
* [svn-r24821] remove link to mdhim and pbl since they are embedded in IOD.Mohamad Chaarawi2014-03-181-15/+6
|
* [svn-r24820] Change so only rank 0 prefetches objects, the does Bcast of ↵Ruth Aydt2014-03-181-6/+12
| | | | | | replica_id to other ranks. Untested on DAOS-LUSTRE
* [svn-r24819] Make changes to that if < 3 processes, Map and Named DataType ↵Ruth Aydt2014-03-181-3/+5
| | | | objects still get created & code will run.
* [svn-r24818] Bracket H5RCacquire with H5E_BEGIN_TRY / H5E_END_TRY to supress ↵Ruth Aydt2014-03-181-72/+80
| | | | | | DIAG messages at library level (tip from Mohamad). Fix a couple output messages to reflected incremented TR/RC numbers, and also adjust var names to match RC numbers.
* [svn-r24817] update 7.2 demo example.Mohamad Chaarawi2014-03-172-31/+32
| | | | | | - fix bug. - bump tr id by 1 fix mopen when parent does not exist
* [svn-r24815] Skip over TR0 in file_create.Mohamad Chaarawi2014-03-1712-130/+145
| | | | | Use TR1 to create root group and co. update examples (still missing demo programs).
* [svn-r24814] Fixes for tr_id/rcxt_id in xapl/xcpl/xxpl propertiesJerome Soumagne2014-03-173-1/+36
|
* [svn-r24813] Add H5Xpublic/H5Vpublic to hdf5.hJerome Soumagne2014-03-178-120/+155
| | | | | | Add index test in testff Add indexing query callback to H5Vcreate Cleanup
* [svn-r24809] add M7.2 example to makefile.Mohamad Chaarawi2014-03-172-6/+8
|
* [svn-r24808] Client progrm to demonstrated Persist - Evict - Prefetch parts ↵Ruth Aydt2014-03-171-0/+1054
| | | | of Milestone 7.2
* [svn-r24801] fix bug in get_index_info to not return an error if an index ↵Mohamad Chaarawi2014-03-143-24/+49
| | | | plugin does not exist.
* [svn-r24799] fixes for indexing.Mohamad Chaarawi2014-03-143-78/+114
|
* [svn-r24798] More fixes to H5XJerome Soumagne2014-03-148-44/+95
| | | | Add H5VLiod_index.c to cmake
* [svn-r24797] More fixes to H5X clientJerome Soumagne2014-03-144-38/+77
|
* [svn-r24796] missed terminating some ifdefs.Mohamad Chaarawi2014-03-141-0/+3
|
* [svn-r24795] forgot to svn add index server code last commit.Mohamad Chaarawi2014-03-143-44/+349
|
* [svn-r24793] Add indexing server implementation.Mohamad Chaarawi2014-03-1357-1035/+1353
| | | | | add indexing configure flag. add indexing files to Makefile.am
* [svn-r24791] Add H5X indexing API - only FF routines for nowJerome Soumagne2014-03-1327-936/+3354
| | | | | | | | Add H5X plugin framework and H5Xdummy plugin basis Add support for index create/remove/open/close/pre_update/post_update inside library Add H5VL_iod_dataset_set/get/remove_index_info (attach index handle to H5VL_iod_dset_t) Add H5Pxapl/xcpl/xxpl property lists for indexing API Modify library to support H5X term / errors / etc
* [svn-r24790] sync testffJerome Soumagne2014-03-1315-385/+1135
|
* [svn-r24788] update prefetch/evict examples.Mohamad Chaarawi2014-03-122-21/+74
|
* [svn-r24784] fix map get bug.Mohamad Chaarawi2014-03-122-7/+9
|
* [svn-r24778] run reconfigure with new configure.ac changes.Mohamad Chaarawi2014-03-1043-100/+100
|
* [svn-r24777] update configure.ac to pickup daos libs (not daos_posix).Mohamad Chaarawi2014-03-101-30/+30
|
* [svn-r24776] minor fix.Mohamad Chaarawi2014-03-101-4/+5
|
* [svn-r24775] - update use of H5Fclose_ff to add the persist flag.Mohamad Chaarawi2014-03-1012-17/+22
| | | | - fix bug in prefetch test (need to persist before prefetch).
* [svn-r24774] add persist flag to H5Fclose_ff.Mohamad Chaarawi2014-03-107-6/+34
|
* [svn-r24768] Add persist rety goverened by ENV variable:Mohamad Chaarawi2014-03-071-3/+41
| | | | | | H5ENV_NUM_PERSIST_RETRY - default 0 Add sleep before persist retry goverened by variable: H5ENV_SLEEP_PERSIST_RETRY - default 0
* [svn-r24764] rename container names for those tests to be unique so no ↵Mohamad Chaarawi2014-03-052-2/+2
| | | | conflicts occur when running the tests together.
* [svn-r24763] - add prefetch/evict to Makefile in examplesMohamad Chaarawi2014-03-054-2/+11
| | | | - run reconfigure script for trace generation on new API routines
* [svn-r24762] update prefetch evict examples with datasets.Mohamad Chaarawi2014-03-053-7/+7
|
* [svn-r24761] Add H5Dcreate_anon_ff implementation.Mohamad Chaarawi2014-03-057-19/+143
|
* [svn-r24756] fix examples to what is supported for now.Mohamad Chaarawi2014-03-032-23/+69
|
* [svn-r24755] add two simple examples for persist, prefetch, and evict.Mohamad Chaarawi2014-03-032-0/+537
|
* [svn-r24751] add replica property to dxpl and check for it when doing ↵Mohamad Chaarawi2014-02-285-1/+113
| | | | dataset reads and map gets.
* [svn-r24750] rename plist routine to set replica tag for eviction.Mohamad Chaarawi2014-02-283-10/+10
|
* [svn-r24749] ad _ff to prefetch & evict routines.Mohamad Chaarawi2014-02-283-40/+40
|
* [svn-r24748] fail if port.cfg is not found.Mohamad Chaarawi2014-02-281-0/+4
|
* [svn-r24737] fix async execution for view operations.Mohamad Chaarawi2014-02-254-34/+87
|
* [svn-r24734] - Add iteration feature at the server with a callback on every ↵Mohamad Chaarawi2014-02-245-47/+594
| | | | | | | object under the starting location. - Implement view creation for element region on all dataset under a group. - Add the creation propertly list to the token buffer since they are used now in the FF plugin.
* [svn-r24729] - Add View Objects.Mohamad Chaarawi2014-02-2128-262/+3173
| | | | | | - Implement support for element regions for view object on one dataset (loc_id). - add simple test. - other minor fixes.