- 01 Feb, 2018 3 commits
- 05 Jan, 2018 1 commit
-
-
gsell authored
-
- 27 Jul, 2017 5 commits
-
-
gsell authored
- test whether we are using the right hdf5 flavor added: parallel if we request parallel otherwise non-parallel
-
gsell authored
- no need to include 'mpi.h' and 'hdf5.h' here
-
gsell authored
- the function to define a grid are now available as dummy function in the serial version
-
gsell authored
-
gsell authored
- define dummy MPI data-types only if MPI_VERSION is not set. According to the MPI specification, this macro must be set after including the header MPI header file 'mpi.h'
-
- 26 Jul, 2017 2 commits
- 30 Jun, 2017 3 commits
- 23 Jun, 2017 5 commits
-
-
gsell authored
- comments edited
- 18 Mar, 2017 2 commits
- 23 Sep, 2016 6 commits
-
-
gsell authored
-
gsell authored
- conditional flushing step data removed, for the time being we flush anyway
-
gsell authored
- prototype of a 'h5_set_prop_file_flush_step()' function added
-
gsell authored
- set version to 2.0.0rc2
-
gsell authored
- we have to use 'otherinclude_HEADER' instead of 'include_HEADERS'
-
gsell authored
- private/h5_const.h added to EXTRA_HEADERS
-
- 28 Jul, 2016 13 commits
-
-
gsell authored
- added
-
gsell authored
- wrappers for reading/writing attributes
-
gsell authored
- adapted to changed 'h5priv_write_attrib()'
-
gsell authored
-
gsell authored
- is_writable() is now static inline not a macro - macro CHECK_READABLE_MODE() added
-
gsell authored
- h5_add_attachment(): check file mode, return error if read-only - adapted to new function 'h5priv_create_group()'
-
gsell authored
h5priv_open_group(): open existing group h5priv_create_group(): create or open existing group h5priv_open_group_with_intermediates(): open existing group h5priv_create_group_with_intermediates(): create or open existing group
-
gsell authored
- H5GetStepAttribName() added - use const types where applicable
-
gsell authored
- link static if debug is enabled
-
gsell authored
- fixes for serial version - h5u_test_write4(): bugfix: we have to write new attributes since we are in append-only mode
-
gsell authored
- H5ReadFileAttribString(): bugdix in format of H5_API_ENTER(), print pointer value not string
-
gsell authored
- h5priv_normalize_type(): bugfix: wrong type in H5_PRIV_API_ENTER() set
-
gsell authored
- h5u_set_num_points(): set step to '0' if not already set - h5u_set_chunk(): CHECK_TIMEGROUP(f) removed. The step must not be set before setting a chunk size
-