- 28 Jul, 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()
-
- 10 Feb, 2010 1 commit
-
-
Marc Howison authored
-
- 06 Oct, 2009 1 commit
-
-
Marc Howison authored
-
- 30 Aug, 2009 1 commit
-
-
Marc Howison authored
-
- 25 Aug, 2009 1 commit
-
-
Marc Howison authored
-
- 06 Jul, 2009 1 commit
-
-
Marc Howison authored
Implemented two halo exchange routines: one uses an MPI vector datatype and the other manually packs and unpacks the send and recv buffers. The MPI datatype method is not currently working due to a "double free" error in libc. The manual buffering method has been debuged and works.
-
- 02 Jul, 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
-
- 29 Jun, 2007 1 commit
-
-
gsell authored
- h5pt_opena() open in append mode added - h5pt_opena_par() open in append mode paralell version added
-
- 29 Sep, 2006 1 commit
-
-
gsell authored
- h5pt_set_verbosity_level() * bugfix: level was not a pointer
-
- 28 Sep, 2006 1 commit
-
-
gsell authored
- attribute interface * bugfixes, was completly messed up, what did I do?
-
- 27 Sep, 2006 1 commit
-
-
gsell authored
- h5pt_openpar_r() h5pt_openpar_w() * bugfix: arg "comm" as been pass as pointer instead of value
-
- 23 Sep, 2006 1 commit
-
-
gsell authored
- h5pt_openr_par() * fixed typo - h5pt_openw_par() * fixed typo
-
- 22 Sep, 2006 1 commit
-
-
gsell authored
src/H5BlockF.c - use Fortron function name in definition, define macros for function names only, if we have to rename them - use function "_H5Part_strdupfor2c()" and "_H5Part_strc2for()" for string conversion
-
- 21 Sep, 2006 1 commit
-
-
gsell authored
- f_h5pt_openr() * type-cast result to get rid of the warning
-
- 20 Sep, 2006 1 commit
-
-
gsell authored
- f_h5pt_set_verbosity_level() * added - f_h5pt_getstepattribinfo() f_h5pt_getfileattribinfo() * type of var "type" changed from "hid_t" to "h5part_int64_t"
-
- 11 Sep, 2006 1 commit
-
-
gsell authored
-