Commit Graph

86 Commits

Author SHA1 Message Date
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
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 1a623f0e81 configure.ac
- bugfix from last check-in
	- some formating changed
2006-09-19 23:25:30 +00:00
gsell 4d7653f2bd tools/Makefile.am
- add $(MPIINC) to macro INC
2006-09-19 01:25:21 +00:00
gsell 307aecaec9 tools/h5pToGNUplot.cc
- include "H5Part.h" insteed "H5Part.hh"
	- several format string fixes
2006-09-19 01:23:37 +00:00
gsell 06b04a75fb tools/h5pAttrib.cc
- include "H5Part.h" insteed "H5Part.hh"
	- several format string fixes
2006-09-19 01:23:04 +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 6e14b0aeab test/H5BlockParTestScalarField.c
- several format string fixes
2006-09-19 01:09:41 +00:00
gsell 8a9cdf320c test/H5test.cc
- include "H5Part.h" insteed of "H5Part.hh"
2006-09-19 01:08:53 +00:00