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
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
078a51d60d
examples/H5/openclose.c: explizit set verbosity of output
2018-01-05 12:16:15 +01: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
gsell
aa1f4eacc8
examples/H5Part/read_stridedf.f90
...
- bugfix in parallel version
2017-07-26 17:00:03 +02:00
gsell
9a32a0b7f1
examples/H5/Makefile.am
...
- do not use GNU extension for pattern rules
2017-06-30 18:25:39 +02:00
gsell
542daf7fc2
C examples:
...
- define dummy MPI macros to be used in serial compilation, closing #10
- cleanup some "unused variable" warnings
- fix some format warnings, using C99 format macros
2017-06-23 15:37:46 +02:00
gsell
6d3014bad5
Fortran examples:
...
- adapted for serial compilation, closing #8
2017-06-23 15:27:19 +02:00
gsell
23807ff972
examples/H5/write_file_attribs.py
...
- added
2016-07-28 17:34:56 +02:00
gsell
825ee8ac5f
examples/H5/Makefile.am
...
- build static executables if debug is enabled
2016-07-15 17:40:37 +02:00
gsell
7b1079ae5f
example/H5Fed/Makefile.am
...
- compile static if ENABLE_DEBUG is set. This makes life simpler if we build shared libs
2016-07-01 16:29:10 +02:00
gsell
ecd2723419
examples/H5Fed/tetmesh_{adjacencies,read_tags}.c
...
- cleanup
2016-07-01 16:18:17 +02:00
gsell
5b57bedade
examples/H5Fed/dump_field_attributes.c:
...
- bugfix in printing string attributes
2016-07-01 16:07:02 +02:00
gsell
222789a1cf
examples/H5Block:
...
- inline function changed to static inline (otherwise gcc >= 5.3 complains)
2016-07-01 15:36:30 +02:00
gsell
9fc3b233bc
examples/H5Part:
...
- include of stdlib.h added
2016-06-24 16:37:59 +02:00
gsell
f5eb26d2ec
examples/H5Part/query.c:
...
- added examples to query dataset in steps
2016-06-24 16:36:54 +02:00
gsell
6af129b338
examples/H5Block/read_write_scalar_field.c:
...
- include stdlib.h added
2016-06-24 16:35:43 +02:00
gsell
215d1a7d79
examples/H5/read_step_attribs:
...
- include required stdlib.h
2016-06-24 15:55:20 +02:00
gsell
8bb22e4400
exampkes/H5/read_file_attribs.c
...
- use macros to define verbosity and debug mask
2016-06-24 15:54:40 +02:00
gsell
caad81996a
examples/H5/attache_file.c:
...
- use macros for verbosity level and debug mask
- open file rw in second part
2016-06-24 15:53:36 +02:00
gsell
aaeca8b6b7
examples/H5/read_file_attribs.c:
...
- call MPI_Init() before any H5hut functions
2016-06-22 13:47:53 +02:00
gsell
44ffea4fd5
examples/H5Block/write_field.c: H5hut file renamed to example_field.h5
2016-04-15 19:02:15 +02:00
gsell
97516866c7
examples/H5Block: attach_field_attribs and dump_field_attribs added
2016-04-15 19:01:00 +02:00
gsell
3137063d22
example/H5Block:
...
- has_field.c added
2016-04-08 19:06:42 +02:00
gsell
9a16fa090a
example/H5Block/write_field.c:
...
- slice in Z direction
2016-04-08 19:06:15 +02:00
gsell
df0750df4c
examples/H5Block/read_write_scalar_field.c:
...
- cleanup
2016-04-07 11:11:00 +02:00
gsell
b69aa9b92d
example/H5Block
...
- write_field added
2016-04-07 11:10:22 +02:00
gsell
f151a24796
examples/H5Part/{read,write}_core_vfd.c:
...
- missing 'incr' argument added to H5SetPropFileCoreVFD() call
2016-03-18 11:25:25 +01:00
gsell
9d37783868
examples/H5Block/fields.c:
...
- include H5hut.h
- write dims in right order
2016-03-18 11:24:08 +01:00
gsell
a8444e041b
examples/H5/read_file_attribs():
...
- type cast fixed
2016-03-18 11:22:38 +01:00
gsell
dc9723dfe2
examples/H5/openclose.c
...
- H5SetPropFileMPIO() renamed to H5SetFileMPIOCollective()
2016-03-18 11:21:53 +01:00
gsell
5714c390ec
examples/*:
...
- type cast malloc() result
2016-02-09 10:10:57 +01:00
gsell
a07d4101a2
examples/H5Block/read_write_scalar_field.c:
...
- type cast malloc(2) return value to make C++ happy
2016-02-09 09:55:17 +01:00
gsell
49460b62c3
examples:
...
- compile Fortran examples only if parallel is enabled
2015-10-16 18:11:56 +02:00
gsell
ca7dd3b99c
examples/H5Part/read_strided{.c,f.f90}
...
- compute and set a canonical view
2015-10-16 16:02:17 +02:00
gsell
6efdfce033
examples/H5Part/read_setnparticles{.c,f.f90}
...
- changes in comment lines
2015-10-16 16:01:32 +02:00
gsell
23bb1ced99
examples/H5Part/read_strided.c
...
- bugfix in printing data
2015-10-16 13:57:20 +02:00
gsell
1f629ee7f8
examples:
...
- output format warnings fixed
2015-10-15 17:29:18 +02:00
gsell
149c144eee
examples
...
- several simple fixes
2015-10-08 16:58:05 +02:00
gsell
e637522073
example/H5Fed
...
- fixes
- adapted to new API
2015-10-08 16:28:23 +02:00
gsell
f430c71d06
configure.ac and related Makefile.am's:
...
- conditionally compile examples
2015-09-11 14:09:05 +02:00
gsell
937d3f9c0e
examples/H5Part/*
...
- cleanup and fixes
2015-09-11 14:04:12 +02:00
gsell
4d9d3dc879
examples/H5Part/...
...
- bugfixes
2015-09-09 18:25:27 +02:00
gsell
106be817d9
examples/H5Part
...
- reviewed
2015-09-08 20:53:07 +02:00
gsell
2a7628c1e2
examples/H5Block/read_write_scalar_field.c:
...
- write of 32-bit values added
2015-09-03 17:27:47 +02:00
gsell
5a588415d0
Fortran H5Part examples:
...
- read_canonicalviewf.f90 read_setnparticlesf.f90, read_setviewf.f90, read_stridedf.f90 implemented
2015-09-03 17:26:54 +02:00
gsell
d5fce5b2a0
examples/H5Part/write_{setviewf,stridedf}.f90:
...
- bugfixes: take Fortran indexing into account
2015-09-03 17:24:37 +02:00
gsell
7bf3985219
examples/H5Block/read_write_scalar_fieldf-f90:
...
- bugfix: open file read-only
2015-09-03 17:23:09 +02:00
gsell
d939354990
example/H5/write_step_attribsf.f90:
...
- bugfix
2015-09-03 17:22:10 +02:00