Commit Graph

319 Commits

Author SHA1 Message Date
Marc Howison 1bda4e3c70 H5Part 1.6.4 release H5Part-1.6.4 2011-09-03 16:42:21 +00:00
gsell 819ddc4704 work around to use env.vars removed 2011-08-15 14:08:08 +00:00
gsell 3894452bc9 target 'clean' replaced with 'clean-local' 2011-08-15 13:27:48 +00:00
gsell 58be7a8318 ignore property edited 2011-08-15 10:15:29 +00:00
gsell 9a06157427 config.{guess,sub} removed from repo 2011-08-15 10:11:37 +00:00
gsell a44e2b6a05 missing H5P_DEFAULT added to H5Gopen() if 1.8 API is used 2011-08-15 10:08:58 +00:00
gsell ac8d16c0b6 libtoolize must be called first, use try 'glibtoolize' if 'libtoolize dosn't exists 2011-08-15 09:36:43 +00:00
gsell 6c944f2b16 meaningless comment removed 2011-08-15 09:34:15 +00:00
Marc Howison b1aa655b22 1.6.3 release H5Part-1.6.3 2011-07-25 14:09:43 +00:00
Marc Howison efb1e39233 more fixes to the new libtool build system 2011-07-19 01:31:21 +00:00
Marc Howison 5b611ab155 new build system for both H5hut and H5Part; preparing 1.6.3 release of H5Part 2011-07-16 18:30:25 +00:00
Marc Howison 66449ee44d fixed mismatched function names and uncorrected indices in Fortran API; incorporated bug report for Fortran test 2011-02-01 16:36:00 +00:00
Marc Howison d368a60202 bug fixes in Fortran API for 1.6.2 H5Part-1.6.2 2010-07-28 21:44:48 +00:00
Marc Howison 6b4b556ff1 removed H5PartSetViewEmpty and enabled 0 as input to H5PartSetNumParticles 2010-06-29 16:39:29 +00:00
Marc Howison 0857443617 fixed spelling errors in NEWS 2010-06-11 17:48:42 +00:00
Marc Howison e3b93e4383 removed redundant VFD code in _H5Part_open and added an option for CORE VFD 2010-05-13 17:54:38 +00:00
Marc Howison 3e99a8ccfa fixed autoconf issue with PGI compilers and #define issue with OpenMPI 2010-05-03 20:04:34 +00:00
Marc Howison bb41cc3288 added documentation for file open flags; added flags to h5pt_openr_par_align(); added H5PartSetViewEmpty() and h5pt_setview_empty() calls for creating empty hyperslab selections (previously kludge was to use H5PartSetViewIndices with a null list); fixed memory leak with file open flags in the Fortran interface; fixed missing statement in 1.6.x logic for _H5Part_have_group() 2010-04-29 16:17:51 +00:00
Marc Howison cf1368291d fixed the H5PART_HAVE_HDF5_18 logic to work with the 1.9 snapshot; fixed broken test in _H5Part_have_group in the codepath for HDF5 1.6 2010-03-23 22:18:40 +00:00
Marc Howison 698b5e0c76 removed config.h.in 2010-03-11 23:04:27 +00:00
Marc Howison ea40b3272e fixes to lustre optimizations 2010-03-11 23:00:43 +00:00
Marc Howison 90f8506628 changed print functions to only print from proc 0 in parallel mode, except for 'debug detail' level which prints from all procs 2010-02-23 19:45:43 +00:00
Marc Howison a7727635a7 reverted the rename of xfer_prop because it is used in OPAL 2010-02-22 21:18:37 +00:00
Marc Howison 66476adf6a removed overloaded use of H5_USE_16_API so that it can be used with HDF 1.85 without invoking the HDF5 1.6 codepath in places 2010-02-22 18:35:37 +00:00
Marc Howison 1c4c62192d added chunking for H5Part; had to remove open object test because out-of-order file handle / property list closes were causing errors 2010-02-18 21:08:03 +00:00
Marc Howison fb660f8459 changed throttling routine; removed read-only restriction for setting step to existing steps; revised NEWS 2010-02-18 18:56:39 +00:00
Marc Howison 20bff7f87c fixes for HDF5 1.6.x 2010-02-17 03:19:20 +00:00
Marc Howison 64c2b96f27 incorporated fixes from Gunther for 1.6.0 release 2010-02-16 18:46:57 +00:00
Marc Howison 1d23bdab85 1.6 release: moved 1.5 to 1.6; copied 1.6 to tags/H5Part-1.6.0; copied 1.6 to 1.7 H5Part-1.6.0 2010-02-16 17:06:40 +00:00
Marc Howison 0de2f00b08 fixed H5PartGetNumParticles to correctly count indexed views; added type parameter to H5BlockGetFieldInfo/ByName 2010-02-11 22:28:49 +00:00
Marc Howison 3300a665b5 updates to makefiles; added CrayXT configure crutch 2010-02-11 19:39:25 +00:00
Marc Howison f671d1ab9f fixed missing test/testf.F90 2010-02-11 17:42:56 +00:00
Marc Howison ec7184bf2d fixed missing test/read.c 2010-02-11 17:42:18 +00:00
Marc Howison 46574c2482 fixed bug in strided selection; added examples dir with a strided write Fortran program (more examples to come...) 2010-02-11 17:34:50 +00:00
Marc Howison 2bb96c6f69 updated NEWS with details about 1.6 changes; changed hsize_t type in H5PartSetViewIndices; fixes to the build system; fixed bugs that were preventing the use of H5PartSetView during writes; added open object checks to regression test 2010-02-10 23:33:32 +00:00
Marc Howison 181c03008f major changes in preparations for 1.6 release: will add details to CHANGES 2010-02-10 01:02:14 +00:00
Marc Howison 7c4126c2c8 integrated changes to iterators from Allen; refactored the HDF 1.6 vs. 1.8 API #ifs 2010-01-14 21:25:29 +00:00
Marc Howison 90c6032c34 fixed type id leaks found by Allen 2010-01-11 21:29:26 +00:00
Marc Howison f40afd9670 fixed H5Oget_info() bug from Allen 2010-01-11 20:37:05 +00:00
Marc Howison c8b49c520f fixed attribute read functions to use string type 2010-01-06 00:12:55 +00:00
Marc Howison a65e9586c5 fixed string attribute bug reported by Allen Sanderson 2010-01-05 23:26:23 +00:00
Marc Howison 3c6065e2f9 flags are now stored in H5PartFile struct; added the 'throttle' as a runtime parameter instead of a compiler flag; merged H5Bench into the tests suite; compiles but need to perform regression tests 2009-10-16 22:37:20 +00:00
Marc Howison c3cd4d7c99 set collective mode as default for H5Part 2009-10-12 22:13:19 +00:00
Marc Howison fdd69338ea updated doxygen groups for H5(Multi)Block 2009-10-07 18:12:03 +00:00
Marc Howison 5d4d62f5c2 typo in Fortran linkage; fixed doxygen to use parallel flag 2009-10-06 17:58:39 +00:00
Marc Howison 195d58693a added throttling for reading 2009-09-10 04:45:48 +00:00
Marc Howison d149d8a5dd added write throttling for large concurency jobs with MPI-POSIX VFD 2009-09-10 02:49:59 +00:00
Marc Howison 8dac86872b added a proc shift option to H5MultiBlock, used in I/O benchmarking to defeat caching 2009-08-30 18:02:04 +00:00
Marc Howison 15ad7b21c5 added MPI_Comm_f2c in Fortran-C bindings 2009-08-25 17:40:49 +00:00
Marc Howison 1b8073b82b added API calls for int32 and float32 step attribs 2009-08-18 15:47:50 +00:00