320fd77398
doc/Doxyfile: - changes required by new Doxygen version - parse only files in src/include - enable static function
gsell2016-02-12 17:29:32 +01:00
5714c390ec
examples/*: - type cast malloc() result
gsell2016-02-09 10:10:57 +01:00
a07d4101a2
examples/H5Block/read_write_scalar_field.c: - type cast malloc(2) return value to make C++ happy
gsell2016-02-09 09:55:17 +01:00
56787866fb
test wheter I can commit again
gsell2016-01-18 13:22:28 +01:00
158fc17a2b
src/h5core/h5t_octree_private.h - include 'mpi.h' if PARALLEL_IO is set
gsell2015-10-08 17:51:03 +02:00
149c144eee
examples - several simple fixes
gsell2015-10-08 16:58:05 +02:00
4e42972ebb
src/include/h5core/h5.h - typedef MPI_Comm to int if we compile serial code - suppress warning about unused variables in definition of MPI_Comm_size() and MPI_Comm_rank()
gsell2015-10-08 16:57:12 +02:00
73c07240c2
.gitignore - more to ignore
gsell2015-10-08 16:28:47 +02:00
e637522073
example/H5Fed - fixes - adapted to new API
gsell2015-10-08 16:28:23 +02:00
ec9626a0e5
src/h5core/h5t_xyz - get serial mesh working again
gsell2015-10-08 16:26:35 +02:00
95e21118e4
src/h5core/h5t_map_private.h - bugfix: we have to use a signed type for 'low', 'mid' and ' high'
gsell2015-10-08 16:23:46 +02:00
3fe0cc74be
src/h5core/h5u_readwrite.c - include 'h5core/h5.h' added
gsell2015-10-08 16:19:23 +02:00
40c2c7d498
src/include/H5Fed_retrieve.h - bugfix in allocating iterators
gsell2015-10-08 16:17:48 +02:00
cf067f7c56
src/include/h5core/h5.h - definition of UNUSED_ARGUMENTS() moved to 'src/h5core/h5_private.h'
gsell2015-10-08 16:14:09 +02:00
33129a4793
src/h5core/Makefile.am - bugfix: we have to compile grid stuff in any case
gsell2015-10-08 16:12:36 +02:00
41f2e87fc7
src/h5core/h5_module_private-h: - bugfix in serial version of h5priv_end_throttle()
gsell2015-10-08 16:11:01 +02:00
347a447302
configure.ac - fix problem with AC_PROG_CC/CXX - define 'WITH_PARALLEL_H5GRID' on '--enable-experimental'
gsell2015-10-08 16:09:00 +02:00
03531ab4af
src/h5core - h5priv_start_throttle() and h5priv_end_throttle() are now inline functions, whereby the serial version is just a dummy
gsell2015-09-11 14:41:52 +02:00
47bee153ba
src/h5core/h5_hdf5_private.h - minor changes in debug output
gsell2015-09-08 20:46:21 +02:00
390a4296b4
src/h5core/h5_hdf5.c - hdf5_get_name_of_dataset_by_idx(): bugfix, return H5_NOK, if dataset are in step
gsell2015-09-08 20:45:27 +02:00
4f7c666b1f
src/h5core/h5u_module.c - refactore "*num_particles*" to "*num_points*" - h5u_set_view() can now be used for writing, there are still some limitations
gsell2015-09-08 20:43:38 +02:00