gsell
523c2ae212
src/H5Part.c
...
- H5PartSetVerbosityLevel()
* type of arg "level" changed from "unsigned int" to
"h5part_int64_t"
2006-09-20 20:57:04 +00:00
gsell
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
2006-09-20 18:00:46 +00:00
gsell
54313b4882
src/H5Block.c
...
- use macro "H5BLOCK_GROUP_NAME" insteed string of "Block"
2006-09-20 17:54:36 +00:00
gsell
e6b3c12e77
src/H5BlockPrivate.h
...
- macro "H5BLOCK_GROUP_NAME" added
2006-09-20 17:53:25 +00:00
gsell
cc9487757b
src/H5PartPrivate.h
...
- macro "H5PART_PARTICLES_GROUP" added
2006-09-20 17:52:08 +00:00
gsell
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
2006-09-20 01:48:03 +00:00
gsell
a4dd08d021
src/H5BlockTypes.h
...
- struct H5BlockStrukt
* "have_layout" added
2006-09-20 01:43:15 +00:00
gsell
71eb102a30
src/H5BlockErrors.h
...
- macro "CHECK_LAYOUT" added
2006-09-20 01:42:09 +00:00
gsell
8aa2732876
src/H5Block.h
...
- H5Block3dGetProcOf()
* arg "f" is not "const" any more
2006-09-20 01:41:08 +00:00
gsell
b5c98e495b
src/H5BlockF.c
...
- f_h5bl_get_proc_of()
* arg "f" is not "const" any more
2006-09-20 01:40:02 +00:00
gsell
1dba6fb877
src/H5Part.h
...
- bugfix: #endif was at wrong place
2006-09-19 23:39:40 +00:00
gsell
df8c5280c0
src/H5BlockF.c
...
- Fortran 90 bindings coded
2006-09-19 23:37:39 +00:00
gsell
9e6fc708f6
src/H5Block.c
...
- H5BlockDefine3DFieldLayout()
* CHECK_FILEHANDLE() added
- H5BlockGetNumFields()
* CHECK_FILEHANDLE() added
- H5BlockGetFieldInfo()
* CHECK_FILEHANDLE() and CHECK_TIMEGROUP() added
- H5BlockGetNumFieldAttribs()
* bugfix: return value was always 0
- H5PartReadFieldAttrib()
* bugfix: CHECK_FILEHANDLE was called before _init()
2006-09-19 23:36:27 +00:00
gsell
600f887609
src/Makefile.am
...
- rules to build H5Block Fortran bindings added
2006-09-19 23:29:33 +00:00
gsell
79f6d8e19c
src/H5Block.h
...
- declaration of "H5BlockHasFieldData()" added
2006-09-19 23:28:32 +00:00
gsell
e893b8e448
src/H5BlockF90.inc
...
- coding
- some fixes
2006-09-19 23:26:54 +00:00
gsell
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.
2006-09-19 01:21:18 +00:00
gsell
792ae9a597
src/H5Block.c
...
- H5PartReadFieldAttrib()
* missing error handling added after reading attribute
2006-09-19 01:18:00 +00:00
gsell
5d9b13e15e
src/H5Part.h
...
- C++ wrapper added
2006-09-19 01:16:46 +00:00
gsell
b998848ed2
src/H5PartErrors.h
...
- fix format string error in "HANDLE_H5PART_SET_VIEW_ERR"
2006-09-19 01:11:17 +00:00
gsell
837c329840
src/H5Block.h
...
- C++ wrapper added
2006-09-19 00:53:55 +00:00
gsell
ec71b9eaa6
src/H5Block.h
...
- declaration of "H5Block3dGetReducedPartitionOfProc()" added
2006-09-15 23:50:40 +00:00
gsell
27dc5819f2
src/H5Block.c
...
- H5Block3dGetReducedPartitionOfProc()
* added
- _select_hyperslab_for_writing()
* missing selection of hyperslab for memshape added
2006-09-15 23:49:06 +00:00
gsell
bc0499e859
src/H5Block.c
...
- new algorithm for dissolving ghost-zone
2006-09-15 21:54:58 +00:00
gsell
8d76d9d9bd
src/H5Block.c
...
- _dissolve_ghostzone()
* debug prints edited
2006-09-14 23:07:17 +00:00
gsell
814a9a86e7
src/H5Block.c
...
_dissolve_ghostzones()
* dissolve all ghost-zones, not only for the processor the code
is running on.
2006-09-14 21:08:36 +00:00
gsell
dddeaeba27
- src/H5Part.c
...
- H5PartOpenFileParallel()
* in the parallel code there were some not yet
renamed calls to "print_debug()"
- H5PartSetStep()
* in the parallel code there was a not yet
renamed call to "print_info()"
2006-09-14 18:23:11 +00:00
gsell
0975564af3
src/H5Part.c
...
- H5PartWriteFileAttrib()
* return code of "_H5Part_write_attrib()" was not assigned
to "herr"
- H5PartSetView()
* var "r" to handle error renamed to "herr" and changed
to type "h5part_int64_t"
2006-09-14 16:56:29 +00:00
gsell
29efcefae3
src/H5Block.c
...
- H5Block3dGetPartitionOfProc()
H5Block3dGetProcOf()
* added
2006-09-14 16:51:52 +00:00
gsell
3873af56a0
src/H5Block.h
...
- H5Block3dGetPartitionOfProc()
- H5Block3dGetProcOf
* declaration added
2006-09-14 16:50:37 +00:00
gsell
18c2c89cd5
src/H5Block.h
...
- fixed bug in declaration of "H5BlockReadFieldAttrib()"
2006-09-12 22:16:31 +00:00
gsell
41511462f9
repo migration
2006-09-11 20:19:10 +00:00