- 16 Oct, 2015 6 commits
-
-
gsell authored
- copyright notice added - set version to 1.99.15rc1
-
gsell authored
- compute and set a canonical view
-
gsell authored
- changes in comment lines
-
gsell authored
- h5u_set_num_points(): print start index of view if debug enabled
-
gsell authored
- *.dSYM added
-
gsell authored
- bugfix in printing data
-
- 15 Oct, 2015 3 commits
- 08 Oct, 2015 14 commits
-
-
gsell authored
- include 'mpi.h' if PARALLEL_IO is set
-
gsell authored
- several simple fixes
-
gsell authored
- 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()
-
gsell authored
- more to ignore
-
gsell authored
- fixes - adapted to new API
-
gsell authored
- get serial mesh working again
-
gsell authored
- indentation fixes
-
gsell authored
- bugfix: we have to use a signed type for 'low', 'mid' and ' high'
-
gsell authored
- include 'h5core/h5.h' added
-
gsell authored
- bugfix in allocating iterators
-
gsell authored
- definition of UNUSED_ARGUMENTS() moved to 'src/h5core/h5_private.h'
-
gsell authored
- bugfix: we have to compile grid stuff in any case
-
gsell authored
- bugfix in serial version of h5priv_end_throttle()
-
gsell authored
- fix problem with AC_PROG_CC/CXX - define 'WITH_PARALLEL_H5GRID' on '--enable-experimental'
-
- 11 Sep, 2015 7 commits
-
-
gsell authored
- h5priv_start_throttle() and h5priv_end_throttle() are now inline functions, whereby the serial version is just a dummy
-
gsell authored
- cleanup
-
gsell authored
- correct error message in h5u_set_num_points()
-
gsell authored
- compile error fixed in h5t_close_mesh()
-
gsell authored
- conditionally compile examples
-
gsell authored
- unused h5_attach_test stuff removed
-
gsell authored
- cleanup and fixes
-
- 09 Sep, 2015 1 commit
-
-
gsell authored
- bugfixes
-
- 08 Sep, 2015 9 commits
-
-
gsell authored
- reviewed
-
gsell authored
- adapted to refactored h5u_get_num_points()
-
gsell authored
- typo fixed in function name h5_setprop_file_corevfd()
-
gsell authored
- H5_DEBUG_* masks added
-
gsell authored
src/include/h5core/h5_errorhandling.h - h5_error(), h5_warn(), h5_info(): print message if debug-level > 3
-
gsell authored
- minor changes in debug output
-
gsell authored
- hdf5_get_name_of_dataset_by_idx(): bugfix, return H5_NOK, if dataset are in step
-
gsell authored
- refactore "*num_particles*" to "*num_points*" - h5u_set_view() can now be used for writing, there are still some limitations
-
gsell authored
- documentation update
-