65470f307b
test/H5BlockTestAttributes.c - main() * declaration of var "nprocs" added
gsell2006-09-20 21:03:42 +00:00
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"
gsell2006-09-20 21:02:23 +00:00
76549133c4
src/H5PartF90.inc - declaration of "h5pt_set_verbosity_level()" added
gsell2006-09-20 20:59:16 +00:00
bf9793e18a
src/H5Part.h - H5PartSetVerbosityLevel() * type of arg "level" changed from "unsigned int" to "h5part_int64_t"
gsell2006-09-20 20:58:13 +00:00
523c2ae212
src/H5Part.c - H5PartSetVerbosityLevel() * type of arg "level" changed from "unsigned int" to "h5part_int64_t"
gsell2006-09-20 20:57:04 +00:00
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
gsell2006-09-20 18:00:46 +00:00
54313b4882
src/H5Block.c - use macro "H5BLOCK_GROUP_NAME" insteed string of "Block"
gsell2006-09-20 17:54:36 +00:00
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
gsell2006-09-20 01:48:03 +00:00
307aecaec9
tools/h5pToGNUplot.cc - include "H5Part.h" insteed "H5Part.hh" - several format string fixes
gsell2006-09-19 01:23:37 +00:00
06b04a75fb
tools/h5pAttrib.cc - include "H5Part.h" insteed "H5Part.hh" - several format string fixes
gsell2006-09-19 01:23:04 +00:00
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.
gsell2006-09-19 01:21:18 +00:00
5d9b13e15e
src/H5Part.h - C++ wrapper added
gsell2006-09-19 01:16:46 +00:00
b998848ed2
src/H5PartErrors.h - fix format string error in "HANDLE_H5PART_SET_VIEW_ERR"
gsell2006-09-19 01:11:17 +00:00
6e14b0aeab
test/H5BlockParTestScalarField.c - several format string fixes
gsell2006-09-19 01:09:41 +00:00
8a9cdf320c
test/H5test.cc - include "H5Part.h" insteed of "H5Part.hh"
gsell2006-09-19 01:08:53 +00:00
8e328d1dc5
src/H5PartTest.cc - include "H5Part.h" insteed of "H5Part.hh" - several format string fixes
gsell2006-09-19 01:07:54 +00:00
c3f8c3e70e
test/H5PartAndreasTest.cc - include "H5Part.h" insteed of "H5Part.hh"
gsell2006-09-19 01:06:18 +00:00
13660dea05
test/Makefile.am - parallel/non-parallel version of macros merged - use CC, CXX und FC insteed of MPICC, ...
gsell2006-09-19 01:04:42 +00:00
8608d1e63f
configure.ac - parallel/non-parallel versions of macros merged - in parallel case: CC=MPICC, CXX=MPICXX und FC=MPIFC
gsell2006-09-19 00:58:22 +00:00
837c329840
src/H5Block.h - C++ wrapper added
gsell2006-09-19 00:53:55 +00:00
ec71b9eaa6
src/H5Block.h - declaration of "H5Block3dGetReducedPartitionOfProc()" added
gsell2006-09-15 23:50:40 +00:00
27dc5819f2
src/H5Block.c - H5Block3dGetReducedPartitionOfProc() * added - _select_hyperslab_for_writing() * missing selection of hyperslab for memshape added
gsell2006-09-15 23:49:06 +00:00
6e3b010eff
test/H5BlockParTestScalarField.c - return on error removed
gsell2006-09-15 23:45:22 +00:00
c0216d2da7
test/Makefile.am - bugfix in rule to build "H5BlockDissolveGhosts"
gsell2006-09-15 23:43:17 +00:00
814a9a86e7
src/H5Block.c _dissolve_ghostzones() * dissolve all ghost-zones, not only for the processor the code is running on.
gsell2006-09-14 21:08:36 +00:00
8948598fab
test/H5BlockParTestScalarField.c _read_data() * bugfix in calculating expected value * be more verbose in case of an error
gsell2006-09-14 21:05:23 +00:00
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()"
gsell2006-09-14 18:23:11 +00:00
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"
gsell2006-09-14 16:56:29 +00:00
1df562f90c
test/Makefile.am - use macros in rule to build "H5testFpar", "H5testFpar.o" - rules to build "H5BlockWriteScalarField1Proc" added
gsell2006-09-12 20:47:31 +00:00
6c1ce219d1
test/H5testFpar.f90 - renamed, was "H5testFpar.f"
gsell2006-09-12 20:44:11 +00:00