adelmann
3a9e6d8335
Merge branch 'int8' into 'master'
...
Add support for hdf5 int8 types (int8, uint8)
See merge request H5hut/src!7
2024-10-31 13:29:33 +01:00
John Biddiscombe
9d4c884434
Add support for hdf5 int8 types (int8, uint8)
2024-10-30 16:46:59 +01:00
gsell
40644d0c96
example from Eurohack24 added
2024-10-12 19:34:22 +02:00
gsell
c41bd6ec54
Merge branch '21-hdf5-1-12-and-newer-support' into 'master'
...
Resolve "hdf5 1.12 and newer support"
Closes #21
See merge request H5hut/src!6
2024-10-02 14:58:27 +02:00
gsell
a69a88c49c
version bumped to 2.0.0rc7
2024-10-02 14:57:51 +02:00
gsell
4088d02f55
hdf5 >=1.12.0 support added
2024-10-02 14:48:53 +02:00
gsell
5f57c23499
Merge branch '20-unknown-macro-ac_msg_erro' into 'master'
...
Resolve "unknown macro AC_MSG_ERROR"
Closes #20
See merge request H5hut/src!5
2020-08-18 09:52:31 +02:00
gsell
b71fa8c9dc
LT_INIT added to configure.ac, should fix unknown AC_MSG_ERROR
2020-08-18 09:51:44 +02:00
gsell
7e7a85f14f
Merge branch '19-release-2-0-0rc6' into 'master'
...
Resolve "release 2.0.0rc6"
Closes #19
See merge request H5hut/src!4
2019-06-20 20:49:00 +02:00
gsell
fc1322432c
version set to 2.0.0rc6
2019-06-20 20:48:48 +02:00
gsell
f5778e0197
Merge branch '18-memory-leaks-in-h5part' into 'master'
...
Resolve "memory leaks in H5Part"
Closes #18
See merge request H5hut/src!3
2019-06-20 20:42:33 +02:00
gsell
fb084fdff4
memory leaks in H5Port core functions fixed
2019-06-20 20:42:42 +02:00
gsell
be7cd1d471
Merge branch '17-in-configure-ac-exit-after-ac_msg_error-is-not-required' into 'master'
...
Resolve "in configure.ac: exit after AC_MSG_ERROR is not required"
Closes #17
See merge request H5hut/src!2
2019-06-20 19:01:02 +02:00
gsell
f7b7a45a28
configure.ac: exit calls after ASC_MSG_ERROR removed
2019-06-20 19:01:17 +02:00
gsell
e41db835eb
Merge branch '15-move-dissolving-ghost-zones-into-dedicated-function' into 'master'
...
Resolve "move dissolving ghost-zones into dedicated function"
Closes #15
See merge request H5hut/src!1
2019-06-20 18:57:49 +02:00
gsell
8140378213
H5Block3dSetView() does not dissolve ghost-zones any more
...
- new API function H5Block3dSetViewDissolveGhostZones() added
2019-06-20 18:52:02 +02:00
gsell
6a4d711b99
test: use independent IO in h5u_test_{read,write}3() for hdf5 > 1.8.12
...
Since MPI-POSIX VFD has been removed from hdf5 > 1.8.12, but a test
with stride data should be performed, we use independent IO instead for
hdf5 > 1.8.12
2018-11-19 17:08:48 +01:00
gsell
2ae76250e6
src/h5core/h5u_model.c: bug fixed in h5_set_view()
...
In h5_set_view() u->shape was created two times.
2018-11-19 17:01:08 +01:00
gsell
f1cb1c981e
Merge branch 'master' of gitlab.psi.ch:H5hut/src
2018-11-19 14:51:52 +01:00
gsell
627d6673e1
src/include/h5core/h5_log.h: bugfix: declaration of 'h5_initialized()' declared insite 'extern C'
2018-11-19 14:51:28 +01:00
gsell
ed85fb32b7
changes merged from upstrean
2018-11-19 14:47:57 +01:00
gsell
df2be38428
examples/H5Part/write_setview.c
...
- include of "mpi.h" removed. There is no need for it and this breaks the serial case
2018-11-08 16:42:03 +01:00
gsell
d423367d4f
most warnings fixed if compiling with NDEBUG defined
2018-11-08 15:34:32 +01:00
gsell
1985a0a2e0
src/h5core/h5u_model.c:
...
- h5u_get_totalnum_particles_by_idx():
- comment added
- definition of 'total' and 'dmax' moved
2018-11-05 16:47:48 +01:00
gsell
24533c4c2e
examples/H5/openclose.c:
...
- set DEBUGMASK to all
2018-11-05 16:43:47 +01:00
Achim Gsell
72365540a3
src/include/h5core/h5_log.h: missing backslashes in definition of macro 'H5_API_ENTER()' if NDEBUG is set fixed
2018-11-02 23:56:27 +01:00
Gsell Achim
4daf9b786c
* C-API
...
- H5PartSetNumPoints() renamed to H5PartSetNumItems()
- H5PartGetNumPoints() renamed to H5PartGetNumItems()
- Dataset names longer then 64 bytes are handled as error.
- Same for step/iteration names.
* core API
- we use the term 'iteration' instead of 'step'
- we use the term 'item' instead of 'point'
- re-factor function and variable names
- in printing messages/debug output fixed
- do not flush (sync to disk) after writing a dataset by default,
can be controlled by a property
2018-09-14 16:46:40 +02:00
gsell
072a2781fc
configure.ac
...
- set version to 2.0.0rc5
2018-09-04 10:34:04 +02:00
gsell
9c9bfda054
src/Python/Makefileam
...
- print message if Python is disabled
2018-09-04 10:33:44 +02:00
gsell
604dade2a1
src/h5core/h5b_model.c
...
- warning in 'h5b_3d_set_grid()' if compiled serial fixed
2018-09-04 10:33:09 +02:00
gsell
2da69d1095
error in logging/debug output fixed, see issue #13
2018-09-04 10:32:04 +02:00
gsell
15317a9bb0
do not include 'h5_init.h' where not required
2018-09-04 10:30:13 +02:00
gsell
c5f3b7fa02
src/h5core/{h5_file.c,h5_init.c,private/h5_init.h}
...
- refactor 'h5_initialize()' and 'h5_finalize()'
2018-09-04 10:28:08 +02:00
gsell
a81c79e5c4
src/h5core/Makefile.am:
...
- adapt to moved h5_init
2018-09-04 10:21:38 +02:00
gsell
664cee709b
src/h5core/h5_init.c:
...
- moved from 'private'
2018-09-04 10:17:47 +02:00
gsell
ecc4618bd4
close data types in with H5Finalize()
2018-02-02 11:10:18 +01:00
gsell
8bdebd0c55
src/h5core/private/h5t_types.h
...
- in definition of 'struct h5_dta_types': define type for parallel H5Grid only if enabled
2018-02-01 17:51:09 +01:00
gsell
5baed631b7
examples/H5/openclose.c
...
- call to H5Finalize() added
2018-02-01 17:48:28 +01:00
gsell
65109b73a9
example/H5/openclose.c
...
- call to H5SetDebugMask() added
2018-02-01 15:26:14 +01:00
gsell
792e86e01e
src/h5core/h5_log.c
...
- warning in initialization of 'h5_rfmts' fixed
2018-02-01 15:25:27 +01:00
gsell
11ab169164
src/h5core/private/h5t_ref_elements.c
...
- bug in initialization of h5t_tet_ref_elem fixed
2018-02-01 15:24:44 +01:00
gsell
7c899f99ce
src/include/H5_log.h
...
- H5_DEBUG_NONE added to documentation of H5SetDebugMask()
2018-02-01 15:23:32 +01:00
gsell
12ef028ed2
src/include/h5core/h5_log.h
...
- macro H5_DEBUG_NONE added
2018-02-01 15:21:30 +01:00
gsell
094117a631
src/h5core/h5_file.c:
...
- memory leak fixed
2018-02-01 15:10:18 +01:00
gsell
acc8b75ad9
- several "duplicate const" warnings fixed
...
- some useless tests whether an unsigned int is less than zero removed
2018-02-01 14:25:29 +01:00
gsell
078a51d60d
examples/H5/openclose.c: explizit set verbosity of output
2018-01-05 12:16:15 +01:00
gsell
06a941eb2c
configure.ac
...
- test whether we are using the right hdf5 flavor added:
parallel if we request parallel otherwise non-parallel
2017-07-27 18:36:30 +02:00
gsell
269c5efbde
src/include/h5core/h5file.h
...
- no need to include 'mpi.h' and 'hdf5.h' here
2017-07-27 18:34:00 +02:00
gsell
e7a60fbe9f
src/include/h5core/h5b_module.h
...
- the function to define a grid are now available as dummy function in the serial version
2017-07-27 18:33:14 +02:00
gsell
2ed8ad093c
use the H5_HAVE_PARALLEL macro from hdf5 instead of the macro PARALLEL_IO
2017-07-27 18:31:34 +02:00