Marc Howison
1bda4e3c70
H5Part 1.6.4 release
2011-09-03 16:42: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
6b4b556ff1
removed H5PartSetViewEmpty and enabled 0 as input to H5PartSetNumParticles
2010-06-29 16:39:29 +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
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
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
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
2010-02-16 17:06:40 +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
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
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
1b8073b82b
added API calls for int32 and float32 step attribs
2009-08-18 15:47:50 +00:00
Marc Howison
06aef8a08f
fixed bug in halo exchange when there is only one proc in the direction of the exchange
2009-07-10 21:34:44 +00:00
Marc Howison
13d7784c44
added file open flags for Fortran interface
2009-07-02 18:22:30 +00:00
Marc Howison
0e853656cd
* fixed bug in h5bl_defin3dchunkdims call that was using variables addresses ins
...
* added new MultiBlock module that is used for efficiently loading regular
rectilinear grid blocks (using chunking) and handling ghost zones in a
distributed-memory environment
** still need to add the "halo exchange" routine for reshuffling ghost regions
** performed some basic testing of read/write functionality
~Mark
2009-06-24 18:11:39 +00:00
Marc Howison
b5e3756f57
fixed bug in H5Gopen2 where I was using the wrong group id
2009-06-19 18:34:57 +00:00
Marc Howison
122e913f08
Merged changes from LBL, including:
...
* read/write call variants for different datatypes
* HDF5 properties tuned for lustre filesystems and the Cray XT (enabled using flags passed during file open)
* HDF5 chunking for field data
* HDF5 alignment (set during file open)
* support for both HDF5 1.6 and 1.8 using #if statements
* a new error reporting level: debug_detail (HDF5 errors are now printed at debug level 1 by default)
These changes have undergone limited testing.
I will begin using this version for my H5Part projects so that I can test it more thoroughly.
~Mark
2009-06-18 20:29:02 +00:00
gsell
e1a18b62e2
src/H5Part.h
...
- function H5PartHasStep() added
2007-05-17 16:29:08 +00:00
gsell
904e609377
src/H5Part.h
...
- don't wrap system include files in 'extern "C"'
2007-05-10 19:13:36 +00:00
gsell
bad33a75d2
src/H5Part.h
...
- function declaration "H5PartDefineStepName()" added
2007-04-19 09:26:54 +00:00
gsell
bcf06f51b1
src/H5Part.h
...
- H5PartDefaultErrorHandler:
* renamed to "H5PartReportErrorHandler"
2006-10-27 14:46:57 +00:00
gsell
0b151cd0aa
src/H5Part.h
...
src/H5Part.c
- H5PartOpenFile()
H5PartOpenFileParallel()
* "const" qualifier added to arg "flags"
- H5PartReadDataInt64()
* "const" qualifier added to arg "name"
- H5PartResetView()
H5PartHasView()
* are real function now, not macros any more
2006-09-25 19:22:26 +00:00
gsell
db0a1bd448
src/H5Part.h
...
- declare arguments as "const" where possible
2006-09-22 20:53:36 +00:00
gsell
bf9793e18a
src/H5Part.h
...
- H5PartSetVerbosityLevel()
* type of arg "level" changed from "unsigned int" to
"h5part_int64_t"
2006-09-20 20:58:13 +00:00
gsell
1dba6fb877
src/H5Part.h
...
- bugfix: #endif was at wrong place
2006-09-19 23:39:40 +00:00
gsell
5d9b13e15e
src/H5Part.h
...
- C++ wrapper added
2006-09-19 01:16:46 +00:00
gsell
41511462f9
repo migration
2006-09-11 20:19:10 +00:00