gsell
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
2006-09-22 22:53:46 +00:00
gsell
b66e4587f5
src/H5BlockF.c
...
- include "H5PartPrivate.h" added
- include <hdf5.h> removed
2006-09-22 22:45:23 +00:00
gsell
06530aff19
src/H5Part.c
...
- H5PartSetStep()
* fix conversion to different size in debug output
2006-09-22 22:44:08 +00:00
gsell
7f2cb8bcaf
test/Makefile.am
...
- bugfix in rule to build "H5test"
2006-09-22 22:42:28 +00:00
gsell
49022b6838
test/H5test.cc
...
- empty PARALLEL_IO conditional part removed
2006-09-22 22:41:30 +00:00
gsell
1b15551170
src/H5Part.c
...
- declare arguments as "const" where possible
2006-09-22 20:55:23 +00:00
gsell
09fc6fd570
src/H5PartPrivate.h
...
- _H5Part_strdupfor2c()
- _H5Part_strc2for()
* added
2006-09-22 20:54:34 +00:00
gsell
db0a1bd448
src/H5Part.h
...
- declare arguments as "const" where possible
2006-09-22 20:53:36 +00:00
gsell
921746273d
src/H5Block.c
...
- printf for debug output removed
2006-09-22 20:52:12 +00:00
gsell
990a359f14
src/H5BlockF90.inc
...
- h5bl_3d_write_scalar_field()
- h5bl_3d_write_3dvector_field()
- h5bl_3d_read_3dvector_field()
* bugfix in type of data
2006-09-22 20:51:05 +00:00
gsell
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
2006-09-22 20:49:17 +00:00
gsell
9e9f2fdb9a
test/H5BlockTestAttributesF.f90
...
- write file and attributes implemented
2006-09-22 20:31:59 +00:00
Patrik Leidenberger
cf14e818db
Extension of the H5Fed API and adding a dump program to test the API.
2006-09-22 13:30:03 +00:00
gsell
cdf1ce5e9d
src/H5BlockF90.inc
...
- all (:,:,:) and (:) changed to (*)
2006-09-21 23:48:36 +00:00
gsell
0ca05f63a0
src/H5BlockF.c
...
- h5bl_readfieldattrib_*
* bugfix: C function has not been called with copy
2006-09-21 23:46:18 +00:00
gsell
cb4bceb4bb
src/H5Block.c
...
- some debug print removed
2006-09-21 23:44:39 +00:00
gsell
c40ae0bb4e
test/H5BlockTestAttributesF.f90
...
- attribute read tests added
2006-09-21 23:43:22 +00:00
gsell
90c2a260c2
src/H5BlockTestAttributes.c
...
- bugfixes
2006-09-21 21:26:46 +00:00
gsell
4f423dbdda
test/H5BlockTestAttributesF.f90
...
- more coding
2006-09-21 21:26:01 +00:00
gsell
624edd3be3
test/Makefile.am
...
- rule to build "H5BlockTestAttributesF"
* link to non-parallel versions of the library
2006-09-21 21:25:17 +00:00
gsell
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"
2006-09-21 21:23:28 +00:00
gsell
782d67c1a0
src/H5PartF.c
...
- f_h5pt_openr()
* type-cast result to get rid of the warning
2006-09-21 21:21:07 +00:00
gsell
51560ad3fa
src/H5Block
...
- several debug-prints added
2006-09-21 21:16:41 +00:00
gsell
e35679ba56
src/H5BlockF90.inc
...
- h5bl_getfieldinfo()
* syntax error fixed
2006-09-21 21:15:55 +00:00
gsell
f45fb3f465
src/H5BlockF.c
...
- all function
* type of file-handle changed to "h5part_int64_t"
2006-09-21 21:13:30 +00:00
gsell
5425ae0847
configure.ac
...
- prog "H5BlockTestAttributesF" moved to the non-parallel test
targets
2006-09-21 21:11:42 +00:00
Patrik Leidenberger
15abcafd84
Add H5Fed changes in h5fed api.
2006-09-21 12:26:37 +00:00
Patrik Leidenberger
4c4cdc9a2f
Add H5Fed.
2006-09-21 10:19:39 +00:00
gsell
8f31d8ddd5
test/H5BlockTestAttributesF.f90
...
- added
2006-09-20 21:07:25 +00:00
gsell
011128ef54
test/Makefile.am
...
- rule to build target "H5BlockTestAttributesF" added
2006-09-20 21:06:47 +00:00
gsell
333332537c
configure.ac
...
- prog "H5BlockTestAttributesF" added to TTARGET
2006-09-20 21:05:52 +00:00
gsell
65470f307b
test/H5BlockTestAttributes.c
...
- main()
* declaration of var "nprocs" added
2006-09-20 21:03:42 +00:00
gsell
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"
2006-09-20 21:02:23 +00:00
gsell
76549133c4
src/H5PartF90.inc
...
- declaration of "h5pt_set_verbosity_level()" added
2006-09-20 20:59:16 +00:00
gsell
bf9793e18a
src/H5Part.h
...
- H5PartSetVerbosityLevel()
* type of arg "level" changed from "unsigned int" to
"h5part_int64_t"
2006-09-20 20:58:13 +00:00
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
b795b592cb
test/H5BlockTestAttributes.c
...
- can be compiled parallel and non-parallel now
2006-09-20 17:50:51 +00:00
gsell
26eb035ef8
test/H5BlockTestAttributes.c
...
- added
2006-09-20 01:50:04 +00:00
gsell
3c15cdf0c1
test/H5BlockWriteScalarField1Proc.c
...
test/H5BlockTest1.c
test/H5BlockReadParallel1.c
test/H5BlockReadScalarField1Proc.c
test/H5BlockWrite1.c
test/H5BlockParallelTest1.c
- removed
2006-09-20 01:49:25 +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
82c7f77e26
src/Makefile.am
...
- prog "H5BlockTestScalarField" removed
- prog "H5BlockTestAttributes" added
2006-09-20 01:44:47 +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
1440cd28a7
configure.ac
...
- prog "H5BlockTestAttributes" added to "TTARGET"
2006-09-20 01:38:44 +00:00