gsell
5e0c8a67cd
src/h5/openclose.c
...
- _init_block()
fixed: check of file handle with non-existing function
2007-12-17 12:36:48 +00:00
gsell
69367a7713
src/h5/errorhandling.c
...
- "_err_handler" initialized with non-existing function
2007-12-17 12:35:13 +00:00
gsell
89bdeb1459
src/H5Block.c
...
- H5BlockGetFieldInfo()
* call of non-existing function "_H5Part_get_object_name()" new name of this function
is "H5_get_object_name()".
2007-12-17 12:33:16 +00:00
gsell
4e7f8be568
configure.ac
...
- some "echo" calls replaced with AC_MSG_... calls
2007-12-17 12:28:35 +00:00
Benedikt Oswald
317d1b6d9f
Definition of H5Fed C++ interface, class definition and implementation, first material.
2007-12-17 11:11:00 +00:00
Benedikt Oswald
0235b61dc9
Definition of H5Fed C++ interface, class definition and implementation, first material.
2007-12-17 10:45:50 +00:00
Benedikt Oswald
dfebe64c73
Definition of H5Fed C++ interface, class definition and implementation, first material.
2007-12-17 10:45:21 +00:00
gsell
921469eba8
src/H5Fed.h
...
- new type 'h5_id_t' for object id's
- new type 'h5_size_t' for size of objects
- parameter 'parent_id' added to Get/Store functions
- various other changes
2007-12-16 23:56:00 +00:00
gsell
379de5735f
added
2007-12-16 21:45:43 +00:00
gsell
e474e78160
C API declaration for H5Fed
2007-12-10 14:28:12 +00:00
adelmann
7b43df2f79
add ierr to MPI_Finalize
2007-11-26 19:45:55 +00:00
gsell
d9239fdd88
src/h5/errorhandling.c
...
src/h5/u_readwrite.h
src/h5/H5.h
src/h5/errorhandling.h
src/h5/readwrite.c
src/h5/openclose.c
src/h5/attribs.c
src/h5/Makefile.am
src/h5/u_readwrite.c
src/h5/readwrite.h
src/h5/openclose.h
src/h5/attribs.h
* added
2007-11-22 11:08:23 +00:00
gsell
69600afb50
* Fortran bindings moved to src/bindings/Fortran
2007-11-22 11:05:10 +00:00
gsell
75de0e2754
src/bindings/Fortran
...
* dirs added
* Fortran bindings moved to bindings/Fortran
2007-11-22 11:02:52 +00:00
gsell
535d18389c
src/h5
...
* added
2007-11-22 11:01:48 +00:00
gsell
082724e233
src/H5PartTypes.h
...
* entry to keep the ID of the root group added to struct H5PartFile
* name of current step/index added to struct H5PartFile
2007-11-22 10:52:34 +00:00
gsell
b9e9b910f1
src/H5BlockErrors.h
...
* function to get nam of currengt function has been renamed to H5_get_funcname()
2007-11-22 10:48:06 +00:00
gsell
4ce50652bc
src/Makefile.am
...
* Fortran bindings have been moved to another directory
2007-11-22 10:46:20 +00:00
gsell
b2e2cf3b95
src/H5Block.c
...
* use of H5 kernel functions
* INIT(f) removed, Block stuff will now be initialized during file opening.
2007-11-22 10:44:49 +00:00
gsell
698135bb91
src/H5PartErrors.h
...
* _H5Part_get_funcname() has been renamed to H5_get_funcname()
2007-11-22 10:42:19 +00:00
gsell
9a8a7a7fe9
src/H5PartPrivate.h
...
* declarations moved to corresponding files in libH5
2007-11-22 10:39:18 +00:00
gsell
b4414ea058
src/H5Part.c
...
* mostly everything moved to libH5.
2007-11-22 10:36:20 +00:00
gsell
8abb105f2f
configure.ac
...
* set version number in AC_INIT to 1.5.0
* set AC_PREREQ to 2.59
* --with-hdf5path renamed to --with-hdf5
* we don't distinguish serial and paralell version in the library name any more
* src/h5/Makefile added to AC_CONFIG_FILES
2007-11-22 10:34:26 +00:00
gsell
52fa2ad3ee
Makefile.am
...
o src/h5 added to subdirs
2007-11-22 10:21:52 +00:00
gsell
b9d3f8d2bd
test/Makeffile.am
...
o libH5 added to H5LIB
2007-11-22 10:20:50 +00:00
Kurt Stockinger
607d1e86ab
Corrected version number
2007-08-29 01:59:47 +00:00
Kurt Stockinger
3ebc9de7a9
Prepare new tag with updates on H5Block.
2007-08-29 01:26:50 +00:00
gsell
d8ce890902
src/H5Block.c
...
_normalize_partition()
* wrong type for 'x' fixed
_open_block_group()
_open_field_group()
* 'herr' type error fixed
_select_hyperslab_for_reading()
* 'herr' type error fixed
* type cast boundaries to 'hsize_t'
_create_field_group()
* 'herr' type error fixed
H5BlockWriteFieldAttrib()
* type cast 'attrib_type' to 'hid_t'
H5Block3dSetFieldOrigin()
H5Block3dGetFieldSpacing()
* type cast 'H5PART_FLOAT64' to 'hid_t'
2007-07-12 09:50:42 +00:00
gsell
b191ac7a6a
src/H5Part.c
...
- H5PartDefineStepName()
* type cast 'width'
- _H5Part_iteration_operator()
* type cast error return
- _H5Part_get_object_name()
* type cast of arg 'idx' and 'len_obj_name' added
- H5PartGetDatasetInfo()
* type of 'herr' changed from 'herr_t' to 'h5part_int64_t'
- _get_diskshape_for_reading()
* 'CHECK_FILEHANDLE()' removed
* type cast error return to 'hid_t'
- _get_memshape_for_reading()
* 'CHECK_FILEHANDLE()' removed
* type cast error return to 'hid_t'
2007-07-12 09:15:21 +00:00
gsell
356f7149c5
src/H5Part.c
...
- _read_data()
* type error fixed
- H5PartAbortErrorHandler()
* type cast exit code
- H5PartSetVerbosityLevel()
* type cast 'level' to 'unsigned int'
2007-07-11 15:34:15 +00:00
gsell
a0dd21b79e
src/H5Part.c
...
- _H5Part_set_step()
* revert use of 'snprintf()' (Windows doesn't have it!)
2007-07-11 15:10:06 +00:00
gsell
08ce0ee46a
src/H5Part.c
...
- _H5Part_get_attrib_info():
* type cast 'attrib_type' in call to '_H5Part_write_attrib()'
- H5PartWriteStepAttrib()
* change type of 'herr' to 'h5part_int64_t'
* type cast 'attrib_type' in call to '_H5Part_write_attrib()'
- H5PartWriteFileAttrib()
* change type of 'herr' to 'h5part_int64_t'
* type cast 'attrib_type' in call to '_H5Part_write_attrib()'
- H5PartGetStepAttribInfo()
H5PartGetFileAttribInfo()
H5PartReadStepAttrib()
H5PartReadFileAttrib()
* change type of 'herr' to 'h5part_int64_t'
- _H5Part_set_step()
* use 'snprintf()' instead of 'sprintf()'
2007-07-11 15:06:49 +00:00
gsell
7085e22448
src/H5PartTypes.h
...
- revert last change
2007-07-11 14:58:20 +00:00
gsell
74a31f9b8f
src/H5Part.c
...
- several implicit type conversions fixed
2007-07-11 14:37:39 +00:00
gsell
a38a56865f
src/H5PartTypes.h:
...
- change type 'stepno_width' in 'struct H5PartFile' from 'int' to
'h5part_int64-t'
2007-07-11 14:35:51 +00:00
Kurt Stockinger
1a20e25a84
Added nSteps as command line parameter
2007-07-10 22:41:55 +00:00
gsell
43ff5d2ca0
src/H5PartF90.inc
...
- declarations for open in append mode functions added
2007-06-29 10:02:04 +00:00
gsell
8080f5e2e5
src/H5PartF.c
...
- h5pt_opena() open in append mode added
- h5pt_opena_par() open in append mode paralell version added
2007-06-29 10:01:06 +00:00
Kurt Stockinger
4f870ccbf7
Fixed H5PartGetDatasetInfo.
2007-06-27 23:12:51 +00:00
gsell
e6364c637d
src/H5BlockF.c
...
* correct macro definition of FORTRAN library names for field spacing/origin attribute
2007-06-16 21:35:37 +00:00
gsell
28c0ac78ad
src/H5BlocF90.inc
...
* declaration of h5bl_3d_{g,s}et_field_origin() added
2007-06-14 15:13:26 +00:00
gsell
a642074d85
src/H5Block.c
...
* Attribute name for field spacing renamed from "Spacing" to "__Spacing__"
* Attribute name for field origin renamed from "Origin" to "__Origin__"
2007-06-14 15:12:22 +00:00
gsell
e962caf1b9
src/H5BlockF.c
...
* h5b_3d_set_field_origin() and h5b_3d_get_field_origin() added
* wrong types in h5b_3d_{g,s}et_field_spacing fixed
2007-06-14 15:10:37 +00:00
gsell
8cad5e3aea
src/H5BlockF.c
...
* h5b_3d_set_field_spacing() and h5b_3d_get_field_spacing() added
2007-06-13 12:33:38 +00:00
gsell
a2dfad7b69
src/H5BlockF90.inc
...
* Declarations to set/get field spacing functions added
2007-06-13 12:32:33 +00:00
Kurt Stockinger
15c2e1260a
Removed trailing backslash.
2007-06-12 16:39:03 +00:00
gsell
655511a02a
src/H5Block.c
...
* Documentation added
2007-06-12 09:59:35 +00:00
gsell
0231ece31b
src/H5Block.h
...
* Obsolete declarations removed
2007-06-12 08:40:58 +00:00
Kurt Stockinger
b64ddd03d1
Added MPI-IO for large block I/O + switch for COLLECTIVE/NON-COLLECTIVE IO.
2007-06-08 17:02:17 +00:00
Kurt Stockinger
853837477e
Fixed wrong include file and variable types.
2007-06-07 00:35:31 +00:00