ac6f828fbc
src/H5PartPrivate.h - _H5Part_set_step() * was static and is public now
gsell2006-09-27 04:45:49 +00:00
14f0702eee
src/H5PartF.c - h5pt_openpar_r() h5pt_openpar_w() * bugfix: arg "comm" as been pass as pointer instead of value
gsell2006-09-27 04:44:39 +00:00
e4c712e067
src/H5Part.c - _H5Part_set_step() * was static is public now
gsell2006-09-27 04:42:09 +00:00
9e6208836e
add howto for GELE the small Crat XT3 system
adelmann2006-09-27 04:10:51 +00:00
bef9820f71
src/H5Part.c - H5PartSetNumParticles() * fix undeclared var error in parallel code - _set_step() * renamed to "_H5Part_set_step()"
gsell2006-09-25 23:01:28 +00:00
6e32226992
src/H5Part.c - use "-1" to indicate an uninitialized "timegroup" in "H5PartFile" a valid "timegroup" is greater or equal zeros - _set_step() * added, derived from "H5PartSetStep()" - H5PartSetStep() * call "_set_step()" to do the real work - _H5Part_get_num_particles() * added, derived from "H5PartGetNumParticles()" - H5PartGetNumParticles() * call "_H5Part_get_num_particles()" to do the real work - H5PartSetNumParticles() * use new function "_set_step()" instead of "H5PartSetStep()" * print no extra error message if "_set_step()" returns with an errror - _reset_view() * added, derived from "H5PartSetView()" - H5PartResetView() * added, was a macro before - H5PartHasView() * added, was a macro before - _set_view() * added, derived from "H5PartSetView()" * "#ifdef HDF5V160" block removed - H5PartSetView() * call "_set_view()" to do the real work - H5PartGetView() * use vars "viewend" and "viewstart" to instead "range[0]" and range[1] * call "_set_step()" if timegroup not initialized - H5PartSetCanonicalView() * check whether we are in read-only mode replaced with macro * "_reset_view()" used instead of "H5PartSetView(f,-1,-1)
gsell2006-09-25 20:05:47 +00:00
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
gsell2006-09-25 19:22:26 +00:00
2217b10b01
src/H5Block.c - H5Block3dWriteScalarField() - H5Block3dReadScalarField() * dataset renamed from "x" to "0" - H5Block3dWrite3dVectorField() - H5Block3dRead3dVectorField() * datasets renamed from "x", "y", "z" to "0", "1", "2" - _get_field_info() * added, derived from "H5BlockGetFieldInfo()" - H5BlockGetFieldInfo() * call "_get_field_info()" to do the real work - H5BlockGetFieldInfoByName() * added - _write_field_attrib() * defined as static function, was non-static - _read_field_attrib() * added, derived form "H5BlockFieldReadAttrib()" - H5BlockReadFieldAttrib() * call "_read_field_attrib()" to do the real work - H5Block3dGetFieldOrigin() * added - H5Block3dSetFieldOrigin() * added - H5Block3dGetFieldSpacing() * added - H5Block3dSetFieldSpacing() * added
gsell2006-09-22 22:53:46 +00:00
b66e4587f5
src/H5BlockF.c - include "H5PartPrivate.h" added - include <hdf5.h> removed
gsell2006-09-22 22:45:23 +00:00
06530aff19
src/H5Part.c - H5PartSetStep() * fix conversion to different size in debug output
gsell2006-09-22 22:44:08 +00:00
7f2cb8bcaf
test/Makefile.am - bugfix in rule to build "H5test"
gsell2006-09-22 22:42:28 +00:00
990a359f14
src/H5BlockF90.inc - h5bl_3d_write_scalar_field() - h5bl_3d_write_3dvector_field() - h5bl_3d_read_3dvector_field() * bugfix in type of data
gsell2006-09-22 20:51:05 +00:00
b3da7610f1
src/H5PartF.c 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
gsell2006-09-22 20:49:17 +00:00
4f423dbdda
test/H5BlockTestAttributesF.f90 - more coding
gsell2006-09-21 21:26:01 +00:00
624edd3be3
test/Makefile.am - rule to build "H5BlockTestAttributesF" * link to non-parallel versions of the library
gsell2006-09-21 21:25:17 +00:00
f698ae762e
src/H5Part.c - H5PartOpenFileParallel() * debug-print info about file also in non-parallel case * print value of "f" not "f->file" - H5PartOpenFile() * print value of "f" not "f->file"
gsell2006-09-21 21:23:28 +00:00
782d67c1a0
src/H5PartF.c - f_h5pt_openr() * type-cast result to get rid of the warning
gsell2006-09-21 21:21:07 +00:00
51560ad3fa
src/H5Block - several debug-prints added
gsell2006-09-21 21:16:41 +00:00
65470f307b
test/H5BlockTestAttributes.c - main() * declaration of var "nprocs" added
gsell2006-09-20 21:03:42 +00:00
9647274842
src/H5PartF.c - f_h5pt_set_verbosity_level() * added - f_h5pt_getstepattribinfo() f_h5pt_getfileattribinfo() * type of var "type" changed from "hid_t" to "h5part_int64_t"
gsell2006-09-20 21:02:23 +00:00
76549133c4
src/H5PartF90.inc - declaration of "h5pt_set_verbosity_level()" added
gsell2006-09-20 20:59:16 +00:00
bf9793e18a
src/H5Part.h - H5PartSetVerbosityLevel() * type of arg "level" changed from "unsigned int" to "h5part_int64_t"
gsell2006-09-20 20:58:13 +00:00
523c2ae212
src/H5Part.c - H5PartSetVerbosityLevel() * type of arg "level" changed from "unsigned int" to "h5part_int64_t"
gsell2006-09-20 20:57:04 +00:00
c892a7c748
src/H5Part.c - use macro "H5PART_PARTICLES_GROUP" insteed of string - print_{debug,info,warn,error}() * prints now a prefix "D", "I", "W", "E" corresponding to type of message * print value of "__funcname" before message text * print everything in one print statment * all calls to these functions have been change accordingly
gsell2006-09-20 18:00:46 +00:00
54313b4882
src/H5Block.c - use macro "H5BLOCK_GROUP_NAME" insteed string of "Block"
gsell2006-09-20 17:54:36 +00:00
a205c9a93c
src/H5Block.c - all "H5Block.*" functions * call "_init()" at the very beginning - all "H5Block.*" functions where a layout must be defined before the function can be called * error check, whether layout is defined or not
gsell2006-09-20 01:48:03 +00:00
307aecaec9
tools/h5pToGNUplot.cc - include "H5Part.h" insteed "H5Part.hh" - several format string fixes
gsell2006-09-19 01:23:37 +00:00
06b04a75fb
tools/h5pAttrib.cc - include "H5Part.h" insteed "H5Part.hh" - several format string fixes
gsell2006-09-19 01:23:04 +00:00
13bbd58004
src/Makefile.am - if parallel is enabled, only this version will be builded - parallel/non-parallel macros merged - the library name is now "libH5Part.h" for non-parallel and parallel.
gsell2006-09-19 01:21:18 +00:00