Commits
Binh-Minh Ribler committed 5e3061d0e35
Description: hmapbuilddata.c: main program to build data files hmap_sdsconttest.c: builds contiguous data hmap_sdschkcomptest.c: builds chunked and compressed data hmap_sdscomptest.c: builds compressed data hmap_sdschktest.c: builds chunked data hmap_sdsunlmttest.c: builds extendible data hmap_vdtest.c: builds Vdata data hmap_vgtest.c: builds Vgroup data hmap_ristest.c: builds RIS data hmap_simple.hdf: simple SDS data hmap_comp.hdf: compressed SDS data hmap_chkcmp.hdf: chunked/compressed SDS data hmap_chk.hdf: chunked SDS data hmap_append.hdf: extendible SDS data hmap_mixed1.hdf: mixing of various kinds of SDS data hmap_mixed2.hdf: another mixing of various kinds of SDS data Makefile: this is just a temporary draft so things can be built Notes: - Only SDS data are more complete. Data from the other interfaces are being developed. - hmap and hmapbuilddata are executable files and they're are checked in by mistake. They are going to be removed.