This website requires JavaScript.
320fd77398
doc/Doxyfile: - changes required by new Doxygen version - parse only files in src/include - enable static function
gsell
2016-02-12 17:29:32 +01:00
5714c390ec
examples/*: - type cast malloc() result
gsell
2016-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
gsell
2016-02-09 09:55:17 +01:00
56787866fb
test wheter I can commit again
gsell
2016-01-18 13:22:28 +01:00
fb3b876f78
ignore zipped tar-balls
gsell
2016-01-18 13:18:55 +01:00
e4ebb0f453
Makefiles.am's: - missing head-files added
gsell
2015-10-16 18:39:35 +02:00
51f2210ff1
test/h5b_test.c: - run tests 'write2' and 'read2' only in parallel case
gsell
2015-10-16 18:16:27 +02:00
511fbb89de
src/h5core/h5b_model.c: - h5b_3d_set_view(): bugfix in serial code
gsell
2015-10-16 18:14:27 +02:00
87fcc4930b
h5core: - H5_VER_STRING defined from PACKAGE_VERSION as const char*
gsell
2015-10-16 18:13:18 +02:00
49460b62c3
examples: - compile Fortran examples only if parallel is enabled
gsell
2015-10-16 18:11:56 +02:00
8ae12f7ee9
configure.ac - copyright notice added - set version to 1.99.15rc1
gsell
2015-10-16 18:10:46 +02:00
ca7dd3b99c
examples/H5Part/read_strided{.c,f.f90} - compute and set a canonical view
gsell
2015-10-16 16:02:17 +02:00
6efdfce033
examples/H5Part/read_setnparticles{.c,f.f90} - changes in comment lines
gsell
2015-10-16 16:01:32 +02:00
55cc6bb7d0
src/h5core/h5u_model.c - h5u_set_num_points(): print start index of view if debug enabled
gsell
2015-10-16 15:59:24 +02:00
4fcc1ed3b3
.gitignore - *.dSYM added
gsell
2015-10-16 15:58:12 +02:00
23bb1ced99
examples/H5Part/read_strided.c - bugfix in printing data
gsell
2015-10-16 13:57:20 +02:00
1f629ee7f8
examples: - output format warnings fixed
gsell
2015-10-15 17:29:18 +02:00
3c825fc71d
src/Fortran/h5_private.h - we do not have Underscore.h any more
gsell
2015-10-15 17:28:31 +02:00
089dc3e1ba
src/Fortran: - debug output warnings fixed
gsell
2015-10-15 17:27:51 +02:00
158fc17a2b
src/h5core/h5t_octree_private.h - include 'mpi.h' if PARALLEL_IO is set
gsell
2015-10-08 17:51:03 +02:00
149c144eee
examples - several simple fixes
gsell
2015-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()
gsell
2015-10-08 16:57:12 +02:00
73c07240c2
.gitignore - more to ignore
gsell
2015-10-08 16:28:47 +02:00
e637522073
example/H5Fed - fixes - adapted to new API
gsell
2015-10-08 16:28:23 +02:00
ec9626a0e5
src/h5core/h5t_xyz - get serial mesh working again
gsell
2015-10-08 16:26:35 +02:00
86755932d9
src/h5core/h5_maps_private.h - indentation fixes
gsell
2015-10-08 16:24:48 +02:00
95e21118e4
src/h5core/h5t_map_private.h - bugfix: we have to use a signed type for 'low', 'mid' and ' high'
gsell
2015-10-08 16:23:46 +02:00
3fe0cc74be
src/h5core/h5u_readwrite.c - include 'h5core/h5.h' added
gsell
2015-10-08 16:19:23 +02:00
40c2c7d498
src/include/H5Fed_retrieve.h - bugfix in allocating iterators
gsell
2015-10-08 16:17:48 +02:00
cf067f7c56
src/include/h5core/h5.h - definition of UNUSED_ARGUMENTS() moved to 'src/h5core/h5_private.h'
gsell
2015-10-08 16:14:09 +02:00
33129a4793
src/h5core/Makefile.am - bugfix: we have to compile grid stuff in any case
gsell
2015-10-08 16:12:36 +02:00
41f2e87fc7
src/h5core/h5_module_private-h: - bugfix in serial version of h5priv_end_throttle()
gsell
2015-10-08 16:11:01 +02:00
347a447302
configure.ac - fix problem with AC_PROG_CC/CXX - define 'WITH_PARALLEL_H5GRID' on '--enable-experimental'
gsell
2015-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
gsell
2015-09-11 14:41:52 +02:00
3d8ce28609
src/h5core/h5t_* - cleanup
gsell
2015-09-11 14:12:01 +02:00
cc719d116c
src/h5core/h5u_models.c - correct error message in h5u_set_num_points()
gsell
2015-09-11 14:11:23 +02:00
748eb1b3ab
src/h5core/h5t_module.c: - compile error fixed in h5t_close_mesh()
gsell
2015-09-11 14:10:25 +02:00
f430c71d06
configure.ac and related Makefile.am's: - conditionally compile examples
gsell
2015-09-11 14:09:05 +02:00
4a1d4d2d10
test/Makefile.am: - unused h5_attach_test stuff removed
gsell
2015-09-11 14:04:53 +02:00
937d3f9c0e
examples/H5Part/* - cleanup and fixes
gsell
2015-09-11 14:04:12 +02:00
4d9d3dc879
examples/H5Part/... - bugfixes
gsell
2015-09-09 18:25:27 +02:00
106be817d9
examples/H5Part - reviewed
gsell
2015-09-08 20:53:07 +02:00
ec3a29d7e4
src/Fortran/H5Part_model.c - adapted to refactored h5u_get_num_points()
gsell
2015-09-08 20:52:19 +02:00
c5ce2f06ac
src/include/H5.f90: - typo fixed in function name h5_setprop_file_corevfd()
gsell
2015-09-08 20:50:44 +02:00
992e8cf58e
src/include/H5_const.f90 - H5_DEBUG_* masks added
gsell
2015-09-08 20:49:29 +02:00
a618acf686
src/h5core/h5_errorhandling.c src/include/h5core/h5_errorhandling.h - h5_error(), h5_warn(), h5_info(): print message if debug-level > 3
gsell
2015-09-08 20:48:26 +02:00
47bee153ba
src/h5core/h5_hdf5_private.h - minor changes in debug output
gsell
2015-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
gsell
2015-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
gsell
2015-09-08 20:43:38 +02:00
a620715ccc
src/include/H5Part_io.h: - documentation update
gsell
2015-09-08 17:50:06 +02:00
37bf9b35a6
src/h5core/h5_mpi_private.h: - all mpi wrappers are now inline
gsell
2015-09-08 17:47:39 +02:00
2a7628c1e2
examples/H5Block/read_write_scalar_field.c: - write of 32-bit values added
gsell
2015-09-03 17:27:47 +02:00
5a588415d0
Fortran H5Part examples: - read_canonicalviewf.f90 read_setnparticlesf.f90, read_setviewf.f90, read_stridedf.f90 implemented
gsell
2015-09-03 17:26:54 +02:00
d5fce5b2a0
examples/H5Part/write_{setviewf,stridedf}.f90: - bugfixes: take Fortran indexing into account
gsell
2015-09-03 17:24:37 +02:00
7bf3985219
examples/H5Block/read_write_scalar_fieldf-f90: - bugfix: open file read-only
gsell
2015-09-03 17:23:09 +02:00
d939354990
example/H5/write_step_attribsf.f90: - bugfix
gsell
2015-09-03 17:22:10 +02:00
8fb9834d3b
C examples: - fix some comments
gsell
2015-09-03 17:21:12 +02:00
2fd5d52125
src/Fortran/H5_modeul.c: - h5_hasstep(), h5_setstep(): decrement step number by 1
gsell
2015-09-03 17:20:08 +02:00
a1226feafd
copyright notice fixed in examples
gsell
2015-09-03 13:31:29 +02:00
cc7c558065
src/Fortran/H5.c: - conditionally compile h5_setprop_file_mpio_posix()
gsell
2015-07-27 10:20:25 +02:00
51f90df374
Testprogramms for Fortran symbol name mangling removed
gsell
2015-07-24 18:38:58 +02:00
62c2d53324
Fortran symbol mangling simplified
gsell
2015-07-24 18:36:31 +02:00
8e9e0d84f3
change year in copyright
gsell
2015-07-23 14:59:43 +02:00
d9daf9f0c7
src/h5core/h5u_module.c: - bugfix in h5u_set_canonical_view()
gsell
2015-07-23 14:54:23 +02:00
559f2d8d9c
test/*: - fix some warning if compiled serial
gsell
2015-07-17 17:14:31 +02:00
403e535a50
ignore file edited.
gsell
2015-07-17 16:53:45 +02:00
14aa4fbd15
test/testframe.h: - set VERBO_HI to 65535
gsell
2015-07-03 17:48:47 +02:00
319d7b4324
test/h5u_test.c: - cleanup
gsell
2015-07-03 17:48:16 +02:00
4511fde9d1
bugfix: throttle only if VFD is MPIO independent or POSIX
gsell
2015-07-03 17:47:37 +02:00
707cafb2d8
src/h5core/h5u_model.c: - bugfix with h5u_set_view (0, -1)
gsell
2015-07-03 17:45:49 +02:00
877b611758
test/testframe.c - initialize 'ret_value' in 'TestPrintf()' and 'TestErrPrintf()'
gsell
2015-07-02 15:57:05 +02:00
9fb11ca838
no MPIO_POSIX in hdf5 > 1.8.12
gsell
2015-07-02 15:55:57 +02:00
7c2a315760
src/h5core/h5b_readwrite.c: fix early return in _select_hyperslab_for_writing()
gsell
2015-06-18 14:58:17 +02:00
cc0135b4fc
src/h5core/h5b_readwrite.c: - fix early return in _select_hyperslab_for_writing()
gsell
2015-06-18 14:17:10 +02:00
f47fbbf075
tools/vtk2h5grid/Makefile.am: fixes
gsell
2015-06-18 14:10:17 +02:00
fd8c1e37b1
src/h5core/h5b_model.c: - bugfix in serial code of h5b_3d_set_view()
gsell
2015-06-18 14:09:32 +02:00
4d770f8c84
option to shift mesh added
Gsell Achim
2013-11-22 15:54:46 +01:00
1c8a5dd0d1
MPIPOSIX removed, this has been removed in hdf5 1.8.13, so we cannot use it any more
1.99.x
gsell
2015-06-12 14:49:10 +02:00
64f8552443
src/h5core/h5b_readwrite.c: - fix early return in _select_hyperslab_for_writing()
gsell
2015-06-12 14:44:31 +02:00
da1ceec4f5
configure.ac: - set version to 1.99.14
gsell
2015-04-16 18:21:35 +02:00
b12b39dedf
src/h5core/h5b_model.c: - bugfix in serial code of h5b_3d_set_view()
gsell
2015-04-16 18:21:09 +02:00
1f79b924df
work on H5Block examples
gsell
2014-01-31 15:38:13 +01:00
b1f143a5d7
src/examples/H5Block: ignore file added
gsell
2014-01-31 15:36:59 +01:00
d6718bb866
examples/H5Part/read_canonicalviewf.f90: some fixes, but still broken
gsell
2014-01-31 15:34:20 +01:00
9deeacff51
copyright notice changed
gsell
2014-01-31 15:32:55 +01:00
5dbe8fb161
src/include/H5Block_attribs.f90: bugfix in declaration of h5bl_writefieldattrib_string()
gsell
2014-01-31 15:31:31 +01:00
c3add7dde4
src/include/H5.f90: empty line removed
gsell
2014-01-31 15:30:46 +01:00
9d49361c43
some H5Block examples renamed
gsell
2014-01-31 15:29:10 +01:00
1a1878402c
fixes in H5Part Fortran examples
gsell
2014-01-29 10:07:14 +01:00
069f9b64fc
ignore file added to examples/H5Part
gsell
2014-01-29 10:05:15 +01:00
ca6b4cc52d
names of Fortran API header files fixed
gsell
2014-01-29 08:57:37 +01:00
60df95b10a
most missing functions added to Fortran API
gsell
2014-01-28 17:31:22 +01:00
d508f9e591
include/H5_attribs.h: reorder declarations
gsell
2014-01-28 17:30:00 +01:00
36702c6207
macros defining the names of internal attributes moved to public core file
gsell
2014-01-28 17:28:08 +01:00
fa091cc2ab
Fortran API files for H5Part data model renamed
gsell
2014-01-28 14:44:57 +01:00
1121a22956
Fortran API files for H5Block model renamed
gsell
2014-01-28 14:06:09 +01:00
59d9dff893
Merge branch '1.99' of gitorious.psi.ch:h5hut/src into 1.99
1.99
gsell
2013-11-22 17:55:17 +01:00
d8a8b4030c
shift option added to usage() output
gsell
2013-11-22 17:54:49 +01:00
aac94b38e8
version 1.99.13 released
1.99.13
gsell
2013-11-22 16:35:13 +01:00
3e918f8001
ignore file edited
gsell
2013-11-22 15:56:23 +01:00