- 23 Sep, 2011 1 commit
-
-
Marc Howison authored
-
- 15 Aug, 2011 1 commit
-
-
gsell authored
-
- 25 Jul, 2011 1 commit
-
-
Marc Howison authored
-
- 28 Jul, 2010 1 commit
-
-
Marc Howison authored
-
- 29 Jun, 2010 1 commit
-
-
Marc Howison authored
-
- 13 May, 2010 1 commit
-
-
Marc Howison authored
-
- 29 Apr, 2010 1 commit
-
-
Marc Howison authored
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()
-
- 23 Mar, 2010 1 commit
-
-
Marc Howison authored
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
-
- 11 Mar, 2010 1 commit
-
-
Marc Howison authored
-
- 23 Feb, 2010 1 commit
-
-
Marc Howison authored
changed print functions to only print from proc 0 in parallel mode, except for 'debug detail' level which prints from all procs
-
- 22 Feb, 2010 2 commits
-
-
Marc Howison authored
-
Marc Howison authored
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
-
- 18 Feb, 2010 2 commits
-
-
Marc Howison authored
added chunking for H5Part; had to remove open object test because out-of-order file handle / property list closes were causing errors
-
Marc Howison authored
changed throttling routine; removed read-only restriction for setting step to existing steps; revised NEWS
-
- 16 Feb, 2010 1 commit
-
-
Marc Howison authored
-
- 11 Feb, 2010 2 commits
-
-
Marc Howison authored
fixed H5PartGetNumParticles to correctly count indexed views; added type parameter to H5BlockGetFieldInfo/ByName
-
Marc Howison authored
fixed bug in strided selection; added examples dir with a strided write Fortran program (more examples to come...)
-
- 10 Feb, 2010 2 commits
-
-
Marc Howison authored
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
-
Marc Howison authored
-
- 14 Jan, 2010 1 commit
-
-
Marc Howison authored
-
- 11 Jan, 2010 2 commits
-
-
Marc Howison authored
-
Marc Howison authored
-
- 06 Jan, 2010 1 commit
-
-
Marc Howison authored
-
- 05 Jan, 2010 1 commit
-
-
Marc Howison authored
-
- 16 Oct, 2009 1 commit
-
-
Marc Howison authored
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
-
- 12 Oct, 2009 1 commit
-
-
Marc Howison authored
-
- 10 Sep, 2009 1 commit
-
-
Marc Howison authored
-
- 30 Aug, 2009 1 commit
-
-
Marc Howison authored
-
- 18 Aug, 2009 1 commit
-
-
Marc Howison authored
-
- 06 Jul, 2009 1 commit
-
-
Marc Howison authored
-
- 02 Jul, 2009 1 commit
-
-
Marc Howison authored
-
- 24 Jun, 2009 1 commit
-
-
Marc Howison authored
* 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
-
- 19 Jun, 2009 2 commits
-
-
Marc Howison authored
-
Marc Howison authored
-
- 18 Jun, 2009 1 commit
-
-
Marc Howison authored
* 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
-
- 12 Jul, 2007 1 commit
-
-
gsell authored
- H5PartDefineStepName() * type cast 'width' - _H5Part_iteration_operator() * type cast error return - _H5Part_get_object_name() * type cast of arg 'idx' and 'len_obj_name' added - H5PartGetDatasetInfo() * type of 'herr' changed from 'herr_t' to 'h5part_int64_t' - _get_diskshape_for_reading() * 'CHECK_FILEHANDLE()' removed * type cast error return to 'hid_t' - _get_memshape_for_reading() * 'CHECK_FILEHANDLE()' removed * type cast error return to 'hid_t'
-
- 11 Jul, 2007 4 commits
-
-
gsell authored
- _read_data() * type error fixed - H5PartAbortErrorHandler() * type cast exit code - H5PartSetVerbosityLevel() * type cast 'level' to 'unsigned int'
-
gsell authored
- _H5Part_set_step() * revert use of 'snprintf()' (Windows doesn't have it!)
-
gsell authored
- _H5Part_get_attrib_info(): * type cast 'attrib_type' in call to '_H5Part_write_attrib()' - H5PartWriteStepAttrib() * change type of 'herr' to 'h5part_int64_t' * type cast 'attrib_type' in call to '_H5Part_write_attrib()' - H5PartWriteFileAttrib() * change type of 'herr' to 'h5part_int64_t' * type cast 'attrib_type' in call to '_H5Part_write_attrib()' - H5PartGetStepAttribInfo() H5PartGetFileAttribInfo() H5PartReadStepAttrib() H5PartReadFileAttrib() * change type of 'herr' to 'h5part_int64_t' - _H5Part_set_step() * use 'snprintf()' instead of 'sprintf()'
-
gsell authored
- several implicit type conversions fixed
-