Network

 
AuthorCommitMessageCommit Date
Jerome SoumagneJerome Soumagne
138369d5cd7Add timing in index test and add option to choose plugin ID
Jerome SoumagneJerome Soumagne
e02fc847be9Update H5Xdummy to build index on create and fix hyperslab selection
Jerome SoumagneJerome Soumagne
45e340e50e8Update ALACRITY plugin to use min/max values and start changes to post_update
Jerome SoumagneJerome Soumagne
83fc06b0d85Include H5Sprivate.h in ALACRITY plugin
Jerome SoumagneJerome Soumagne
e60f769653fFix client index container name
Jerome SoumagneJerome Soumagne
2098d3f7eb6Add support for FastBit index plugin
Jerome SoumagneJerome Soumagne
1e9e19a0758Missing header in H5Xdummy
Jerome SoumagneJerome Soumagne
a1ac9e95aa1Fix index property lists
Jerome SoumagneJerome Soumagne
8e7da963c1dUpdate ALACRITY to support compressed index (not working) Update configure.ac and add --with-alacrity option Update FindALACRITY.cmake to use ridcompress library from ALACRITY
Jerome SoumagneJerome Soumagne
0307c7d90ebClean up ALACRITY plugin Free ALACRITY resources correctly Get range from query Fix hyperslab selection Fix index example
Jerome SoumagneJerome Soumagne
3480f07dc67Clean up ALACRITY plugin / debug output
Jerome SoumagneJerome Soumagne
384e1bdf381First working version of H5X_Alacrity Add H5X__alacrity_findBinRange1C Add H5X__alacrity_readIndex Generate dataspace selection from selected bins (only part of the index that corresponds to the selected bins is read) Update example to use float type (ALACRITY only supports float and double types)
Jerome SoumagneJerome Soumagne
269e452fdbeModify indexing example to first write dataset / create index / do query Move index creation code to H5X_alacrity_create / no longer use set_extent Fix ALACRITY metadata read Clean up
Jerome SoumagneJerome Soumagne
3acf3a28783Update index test for ALACRITY
Jerome SoumagneJerome Soumagne
7f112f33a76Removed getchar used in test to attach gdb
Jerome SoumagneJerome Soumagne
0cdd10589a3Fixes for tr_id/rcxt_id in xapl/xcpl/xxpl properties
Jerome SoumagneJerome Soumagne
0874d471436Add H5Xpublic to hdf5.h
Jerome SoumagneJerome Soumagne
14dc94b9572Add support for ALACRITY indexing package Update CMakeLists / H5X Add H5_HAVE_ALACRITY macro
Jerome SoumagneJerome Soumagne
2104beaee77Use H5X_PLUGIN_DUMMY instead of number
Jerome SoumagneJerome Soumagne
340aa5f0c76Last fixes and demo updates for H5X
Jerome SoumagneJerome Soumagne
5f5120d2a16Minor fixes and cleanup for H5Xdummy
Jerome SoumagneJerome Soumagne
4e7c3ec6214Remove printf and fix index write
Jerome SoumagneJerome Soumagne
57925cf8dd2More update to H5Xdummy and add printfs
Jerome SoumagneJerome Soumagne
bdbe01c9734More progress on post_update/query for H5Xdummy
Jerome SoumagneJerome Soumagne
f1ae7fa015dMore dummy index implementation More cleanup and fixes Add H5Pget_xapl_read_context
Jerome SoumagneJerome Soumagne
8840c9b4ce6Modify client_index to create one dataset per process More implementation of H5Xdummy Check that plugin callbacks are implemented Mores fixes / cleanup
Jerome SoumagneJerome Soumagne
1e5185da877More fixes to H5X
Jerome SoumagneJerome Soumagne
a10dc7faa03More fixes to H5X client
Jerome SoumagneJerome Soumagne
4f97ad48d31Add H5X indexing API Add H5X plugin framework and H5Xdummy plugin basis Add support for index create/remove/open/close/pre_update/post_update inside library Add H5Pxapl/xcpl/xxpl property lists for indexing API Modify library to support H5X term / errors / etc
Jerome SoumagneJerome Soumagne
83776a28bc1Cleanup for H5Q
Jerome SoumagneJerome Soumagne
658f41d5b71Cleanup H5Q code
Jerome SoumagneJerome Soumagne
1b77bef5182Add query test to ctest/make check
Jerome SoumagneJerome Soumagne
4e2858649aeAdd missing header and fix global variable name in H5Q
Jerome SoumagneJerome Soumagne
52980776a05Fix H5Q encode and decode after changes
Mohamad ChaarawiMohamad Chaarawi
94682c53521Minor fixes for H5Q
Jerome SoumagneJerome Soumagne
d2dafe36dd8Split H5Qget_match_op into H5Qget_type and H5Qget_match_op Track type of combined queries H5Qget_type can be called on combined queries Update example
Jerome SoumagneJerome Soumagne
fa72c0aaea6Update tracing in H5Q
Jerome SoumagneJerome Soumagne
33b7702a15dAdd H5Qapply_combine back
Mohamad ChaarawiMohamad Chaarawi
b9849cc4983Fix attribute and link name comparison.
Mohamad ChaarawiMohamad Chaarawi
3d5c5a60662Update trace for H5Q
Jerome SoumagneJerome Soumagne
0d86a1d7185Update H5Qapply to use all query types on singleton query Update query example A few fixes to H5Q (inc. refcount after H5Q_get_components)
Jerome SoumagneJerome Soumagne
93e57f86269Add H5Qget_match_info/H5Qget_components/H5Qget_combine_op to H5Q interface Add H5Q_SINGLETON to H5Q_combine_op_t which is returned if query is a singleton Add H5Q_TYPE_ATTR_VALUE to H5Q_type_t to select attribute values Clean up H5Q interface, remove warnings and add doc
Mohamad ChaarawiMohamad Chaarawi
69de48bc373Add correct error checking in H5V and H5Q code Outstanding bug with potentially large number of IDs created in H5Qapply
Mohamad ChaarawiMohamad Chaarawi
6c6009ba823NULL initialization of query in H5Qencode
Mohamad ChaarawiMohamad Chaarawi
5a17ad7677fAdd support for H5Q types in tracing
Jerome SoumagneJerome Soumagne
8b993332c54Fix anonymous union in H5Q structs
Jerome SoumagneJerome Soumagne
d84947d6e67Add H5Q query API (H5Q.c/H5Qpublic.h/H5Qprivate.h) Add H5I_QUERY class ID / H5E_QUERY error code Move H5T_get_native_type to H5Tprivate Update H5_term_library and library headers for H5Q Add query test to testff Update CMake/autoconf files
Jerome SoumagneJerome Soumagne
7edf8650505Fixes for selection patch
Jerome SoumagneJerome Soumagne
f6f35059a5aAdd hyperslab improvement changes back. This reverts commit 950a5bd6110ae37375ce2a883aad44ac6ad9143a.
Scot BreitenfeldScot Breitenfeld
5e33ac09790added *ff* files dependency