Commit Graph

  • 15abcafd84 Add H5Fed changes in h5fed api. Patrik Leidenberger 2006-09-21 12:26:37 +00:00
  • 4c4cdc9a2f Add H5Fed. Patrik Leidenberger 2006-09-21 10:19:39 +00:00
  • 8f31d8ddd5 test/H5BlockTestAttributesF.f90 - added gsell 2006-09-20 21:07:25 +00:00
  • 011128ef54 test/Makefile.am - rule to build target "H5BlockTestAttributesF" added gsell 2006-09-20 21:06:47 +00:00
  • 333332537c configure.ac - prog "H5BlockTestAttributesF" added to TTARGET gsell 2006-09-20 21:05:52 +00:00
  • 65470f307b test/H5BlockTestAttributes.c - main() * declaration of var "nprocs" added gsell 2006-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" gsell 2006-09-20 21:02:23 +00:00
  • 76549133c4 src/H5PartF90.inc - declaration of "h5pt_set_verbosity_level()" added gsell 2006-09-20 20:59:16 +00:00
  • bf9793e18a src/H5Part.h - H5PartSetVerbosityLevel() * type of arg "level" changed from "unsigned int" to "h5part_int64_t" gsell 2006-09-20 20:58:13 +00:00
  • 523c2ae212 src/H5Part.c - H5PartSetVerbosityLevel() * type of arg "level" changed from "unsigned int" to "h5part_int64_t" gsell 2006-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 gsell 2006-09-20 18:00:46 +00:00
  • 54313b4882 src/H5Block.c - use macro "H5BLOCK_GROUP_NAME" insteed string of "Block" gsell 2006-09-20 17:54:36 +00:00
  • e6b3c12e77 src/H5BlockPrivate.h - macro "H5BLOCK_GROUP_NAME" added gsell 2006-09-20 17:53:25 +00:00
  • cc9487757b src/H5PartPrivate.h - macro "H5PART_PARTICLES_GROUP" added gsell 2006-09-20 17:52:08 +00:00
  • b795b592cb test/H5BlockTestAttributes.c - can be compiled parallel and non-parallel now gsell 2006-09-20 17:50:51 +00:00
  • 26eb035ef8 test/H5BlockTestAttributes.c - added gsell 2006-09-20 01:50:04 +00:00
  • 3c15cdf0c1 test/H5BlockWriteScalarField1Proc.c test/H5BlockTest1.c test/H5BlockReadParallel1.c test/H5BlockReadScalarField1Proc.c test/H5BlockWrite1.c test/H5BlockParallelTest1.c - removed gsell 2006-09-20 01:49:25 +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 gsell 2006-09-20 01:48:03 +00:00
  • 82c7f77e26 src/Makefile.am - prog "H5BlockTestScalarField" removed - prog "H5BlockTestAttributes" added gsell 2006-09-20 01:44:47 +00:00
  • a4dd08d021 src/H5BlockTypes.h - struct H5BlockStrukt * "have_layout" added gsell 2006-09-20 01:43:15 +00:00
  • 71eb102a30 src/H5BlockErrors.h - macro "CHECK_LAYOUT" added gsell 2006-09-20 01:42:09 +00:00
  • 8aa2732876 src/H5Block.h - H5Block3dGetProcOf() * arg "f" is not "const" any more gsell 2006-09-20 01:41:08 +00:00
  • b5c98e495b src/H5BlockF.c - f_h5bl_get_proc_of() * arg "f" is not "const" any more gsell 2006-09-20 01:40:02 +00:00
  • 1440cd28a7 configure.ac - prog "H5BlockTestAttributes" added to "TTARGET" gsell 2006-09-20 01:38:44 +00:00
  • 1dba6fb877 src/H5Part.h - bugfix: #endif was at wrong place gsell 2006-09-19 23:39:40 +00:00
  • df8c5280c0 src/H5BlockF.c - Fortran 90 bindings coded gsell 2006-09-19 23:37:39 +00:00
  • 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() gsell 2006-09-19 23:36:27 +00:00
  • 600f887609 src/Makefile.am - rules to build H5Block Fortran bindings added gsell 2006-09-19 23:29:33 +00:00
  • 79f6d8e19c src/H5Block.h - declaration of "H5BlockHasFieldData()" added gsell 2006-09-19 23:28:32 +00:00
  • e893b8e448 src/H5BlockF90.inc - coding - some fixes gsell 2006-09-19 23:26:54 +00:00
  • 1a623f0e81 configure.ac - bugfix from last check-in - some formating changed gsell 2006-09-19 23:25:30 +00:00
  • 4d7653f2bd tools/Makefile.am - add $(MPIINC) to macro INC gsell 2006-09-19 01:25:21 +00:00
  • 307aecaec9 tools/h5pToGNUplot.cc - include "H5Part.h" insteed "H5Part.hh" - several format string fixes gsell 2006-09-19 01:23:37 +00:00
  • 06b04a75fb tools/h5pAttrib.cc - include "H5Part.h" insteed "H5Part.hh" - several format string fixes gsell 2006-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. gsell 2006-09-19 01:21:18 +00:00
  • 792ae9a597 src/H5Block.c - H5PartReadFieldAttrib() * missing error handling added after reading attribute gsell 2006-09-19 01:18:00 +00:00
  • 5d9b13e15e src/H5Part.h - C++ wrapper added gsell 2006-09-19 01:16:46 +00:00
  • b998848ed2 src/H5PartErrors.h - fix format string error in "HANDLE_H5PART_SET_VIEW_ERR" gsell 2006-09-19 01:11:17 +00:00
  • 6e14b0aeab test/H5BlockParTestScalarField.c - several format string fixes gsell 2006-09-19 01:09:41 +00:00
  • 8a9cdf320c test/H5test.cc - include "H5Part.h" insteed of "H5Part.hh" gsell 2006-09-19 01:08:53 +00:00
  • 8e328d1dc5 src/H5PartTest.cc - include "H5Part.h" insteed of "H5Part.hh" - several format string fixes gsell 2006-09-19 01:07:54 +00:00
  • c3f8c3e70e test/H5PartAndreasTest.cc - include "H5Part.h" insteed of "H5Part.hh" gsell 2006-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, ... gsell 2006-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 gsell 2006-09-19 00:58:22 +00:00
  • 837c329840 src/H5Block.h - C++ wrapper added gsell 2006-09-19 00:53:55 +00:00
  • ec71b9eaa6 src/H5Block.h - declaration of "H5Block3dGetReducedPartitionOfProc()" added gsell 2006-09-15 23:50:40 +00:00
  • 27dc5819f2 src/H5Block.c - H5Block3dGetReducedPartitionOfProc() * added - _select_hyperslab_for_writing() * missing selection of hyperslab for memshape added gsell 2006-09-15 23:49:06 +00:00
  • 6e3b010eff test/H5BlockParTestScalarField.c - return on error removed gsell 2006-09-15 23:45:22 +00:00
  • c0216d2da7 test/Makefile.am - bugfix in rule to build "H5BlockDissolveGhosts" gsell 2006-09-15 23:43:17 +00:00
  • acccf9b457 test/H5BlockDissolveGhosts.c - added gsell 2006-09-15 21:56:48 +00:00
  • bc0499e859 src/H5Block.c - new algorithm for dissolving ghost-zone gsell 2006-09-15 21:54:58 +00:00
  • f8f384dcc2 configure.ac - "H5BlockDissolveGhosts" added to parallel TTARGET - "H5BlockTest1" removed from serial TTARGET gsell 2006-09-15 21:50:10 +00:00
  • 6008f5579e test/Makefile.am - rules added to build "H5BlockDissolveGhosts" gsell 2006-09-15 21:48:10 +00:00
  • aa487aa4be test/H5BlockParTestScalarField.c - main() * call to "MPI_Finalize()" added gsell 2006-09-14 23:08:25 +00:00
  • 8d76d9d9bd src/H5Block.c - _dissolve_ghostzone() * debug prints edited gsell 2006-09-14 23:07:17 +00:00
  • ab9ee7406b test/H5BlockParTestScalarField.pbs - added gsell 2006-09-14 21:43:09 +00:00
  • 814a9a86e7 src/H5Block.c _dissolve_ghostzones() * dissolve all ghost-zones, not only for the processor the code is running on. gsell 2006-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 gsell 2006-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()" gsell 2006-09-14 18:23:11 +00:00
  • 53f286b421 test/H5BlockParTestScalarField.c - added gsell 2006-09-14 16:57:24 +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" gsell 2006-09-14 16:56:29 +00:00
  • 29efcefae3 src/H5Block.c - H5Block3dGetPartitionOfProc() H5Block3dGetProcOf() * added gsell 2006-09-14 16:51:52 +00:00
  • 3873af56a0 src/H5Block.h - H5Block3dGetPartitionOfProc() - H5Block3dGetProcOf * declaration added gsell 2006-09-14 16:50:37 +00:00
  • dd75b5da79 configure.ac - block tests cleanup gsell 2006-09-14 16:48:56 +00:00
  • 7112492fe8 test/Makefile.am - use of macros in most rules - block tests cleanup gsell 2006-09-14 16:47:56 +00:00
  • 77b1b40ea9 test/H5BlockWriteScalarField1Proc.c test/H5BlockReadScalarField1Proc.c - added gsell 2006-09-12 22:19:39 +00:00
  • 4f35ba1356 test/H5testFpar.f - renamed to "H5testFpar.f90" gsell 2006-09-12 22:18:58 +00:00
  • 3dff13c491 src/configure.ac - add test targets to TTARGET gsell 2006-09-12 22:17:53 +00:00
  • 18c2c89cd5 src/H5Block.h - fixed bug in declaration of "H5BlockReadFieldAttrib()" gsell 2006-09-12 22:16:31 +00:00
  • 1f6d43b25d test/Makefile.am - rules to build "H5BlockReadScalarField1Proc" added gsell 2006-09-12 22:15:21 +00:00
  • 1b2e7a1f75 gsell 2006-09-12 22:14:09 +00:00
  • e962e9d778 test/Bench.c - declarations of unused variable removed gsell 2006-09-12 22:13:40 +00:00
  • 1df562f90c test/Makefile.am - use macros in rule to build "H5testFpar", "H5testFpar.o" - rules to build "H5BlockWriteScalarField1Proc" added gsell 2006-09-12 20:47:31 +00:00
  • 6c1ce219d1 test/H5testFpar.f90 - renamed, was "H5testFpar.f" gsell 2006-09-12 20:44:11 +00:00
  • c039ee7322 test/BlockTestSpecs.txt - added gsell 2006-09-12 17:43:49 +00:00
  • 41511462f9 repo migration gsell 2006-09-11 20:19:10 +00:00
  • 002e8bc31a repo migration 1.2 gsell 2006-09-11 20:18:56 +00:00
  • c1148d7242 repo migration 1.0 gsell 2006-09-11 20:18:14 +00:00