cf40adf301
src/addToDoxygenMainPage.h - removed (content moved to "H5Part.c") test/H5ecloudExample.cc src/H5Units.h src/H5Part.cc src/H5Part++.hh src/H5Part.hh src/H5Part++.cc tools/h5pToGNUplot.py - removed doc/Makefile.am - added doc/H5tools/H5tools.htm - renamed to "doc/H5tools/H5tools.html"
gsell2006-10-27 15:13:31 +00:00
cc383bff11
src/H5Block.c - doxygen: * group "h5block_api" renamed to "h5block_c_api" * documentation added/revised - _allgather() * defined static - unused code "#if OLD_DISSOLVE_GHOSTZONES" removed - Macro "H5BLOCK_GROUP_NAME" replaced with "H5BLOCK_GROUPNAME_BLOCK"
gsell2006-10-27 15:10:11 +00:00
712bbf30b2
src/H5Part.c - doxygen group "h5part_api" renamed to "h5part_c_api" - default error-handler renamed to "H5PartReportErrorHandler" - macro "H5PART_PARTICLES_GROUP" replaced with "H5PART_GROUPNAME_STEP"
gsell2006-10-27 15:00:13 +00:00
1b55e6c536
src/H5PartPrivate.h - time-steps renamed from "Particles" to "Steps". - the macro defining the groupname of time-steps is now "H5PART_GROUPNAME_STEP"
gsell2006-10-27 14:57:02 +00:00
615cbf3bbd
src/H5BlockPrivate.h - "H5BLOCK_GROUP_NAME" renamed to "H5BLOCK_GROUPNAME_BLOCK"
gsell2006-10-27 14:54:02 +00:00
a5e5d3f2a8
test/H5BlockParTestScalarFieldF.f90 - interface definition for "IARGC()" added, pgi-fortran complains about this (intrinsic!) function.
gsell2006-10-27 14:52:54 +00:00
4d2b43576f
test/Makefile.am - several changes to "EXTRA_DIST"
gsell2006-10-27 14:48:50 +00:00
f065eccdc4
src/Makefile.am - several changes to "EXTRA_DIST", "include_HEADERS", "EXTRA_HEADERS", "libH5PartF_a_SOURCES"
gsell2006-10-27 14:14:38 +00:00
49df069686
configure.ac - AC_INIT: Version number changed to "1.3.1" - AC_PROG_FC: "gfortran" added to list - option "--enable-mpipath" changed to "--with-mpipath" - option "--enable-hdf5path" changed to "--with-hdf5path" - set env.variable "FC" to "MPIFC" if "MPIFC" is set - "H5BlockDissolveGhosts" removed from TTARGET - AC_CONFIG_FILES: "doc/Makefile" added
gsell2006-10-27 14:08:44 +00:00
6ad99f01cd
Makefile.am - doc added to list SUBDIRS
gsell2006-10-27 14:02:35 +00:00
67ffffae9d
src/H5BlockF.c - h5bl_get_partition_of_proc() * bugfix: we have to increment the values by 1
gsell2006-10-10 15:59:08 +00:00
6c4c222f4d
src/H5BlockF.c - h5bl_get_reduced_partition_of_proc() * bugfix: we have increment the value by one - h5bl_get_proc_of() * bugfix: we have to decrement the value by one
gsell2006-09-28 22:41:15 +00:00
e76b2ed356
src/H5BlockF90.inc - h5bl_get_partition_of_proc() h5bl_get_reduced_partition_of_proc() * bugfix in declaration, proc was missing
gsell2006-09-28 22:38:18 +00:00
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