427c550993
- fixes for Intel C on Linux
gsell2011-02-24 09:59:15 +00:00
d3c09a61b2
- removed "h5_file_t f" argument where we don't need need (but not in API) - removed arguments from macros h5_error_internal() h5_error_not_implemented() - some coding style issues fixed
gsell2011-02-24 08:18:45 +00:00
7e93a7ab2f
- improved debugging - abort error handler now terminates all processes in MPI_COMM_WORLD - some formating issues fixed - some minor (cosmetic) changes
gsell2011-02-18 10:33:44 +00:00
05772223f5
- use specific data types for local IDs and indices (instead of h5_id_t)
gsell2011-02-03 10:51:28 +00:00
2bc7cc1024
- local IDs and indices are now 32bit (in the future it will be possible to compile the library with 32bit or 64bit IDs/indices. - bugfixes
gsell2011-02-03 10:40:40 +00:00
d0ce31c8c0
- more generic private functions added to attrib API
gsell2011-02-03 09:17:05 +00:00
66449ee44d
fixed mismatched function names and uncorrected indices in Fortran API; incorporated bug report for Fortran test
Marc Howison
2011-02-01 16:36:00 +00:00
ea09184d53
output entities as n-tuple of vertex indices, not their ID
gsell2011-01-21 13:15:13 +00:00
eb5c31e80f
build of trimesh_adjacencies added
gsell2011-01-21 10:33:01 +00:00
0de4641ec5
- introducing types for local and globale IDs and indices - different structurs for local elements and stored elements in file - interator for border facets added
gsell2010-11-12 08:23:00 +00:00
1dd75f48e6
fixed problems with compiling on my Mac
Marc Howison
2010-11-08 01:56:45 +00:00
6dc020da64
- introduced types for local and global indices and ID's - bugfixes
gsell2010-10-18 16:12:41 +00:00
b6a5823e23
- bug fixed in write_tagset(): wrong limit in for loop
gsell2010-09-06 15:47:51 +00:00
441915f443
- Removed some parallel tests from serial code - fix some warnings
gsell2010-09-06 15:45:47 +00:00
6d0600febf
- handling of imported env.vars revised
gsell2010-08-20 15:55:55 +00:00
c47c0cfc6e
- neighbor information management added to elements - prefix 'global' removed form global element struct - global and local element data now have the same struct - and several other changes
gsell2010-08-20 15:54:01 +00:00
21ba443bcd
- new adjacency API implemented - some minor fixes
gsell2010-08-20 15:47:40 +00:00
d745498f3c
- use of type h5_size_t in H5Block functions - several fixes to get rid of warnings with icc -Wall
gsell2010-08-20 15:46:28 +00:00
77d5f4feb8
- type casts added to printf args - changed to new adjacency API
gsell2010-08-20 15:41:07 +00:00
982bf089ac
lib added to ignore list
gsell2010-07-29 11:33:42 +00:00
0137e7ac2a
use 'idx' in element structure as global index for global elements and level idx for local elements. We don't need to save the level index for globale elements and it makes no sense to store the local index of a local element.
gsell2010-07-29 11:33:29 +00:00
b0bacdc6a7
function h5t_map_global_elem_indices2local() added
gsell2010-07-29 11:19:00 +00:00
5da74b94df
some entries added to ignore list
gsell2010-07-29 11:15:28 +00:00
6568099f62
fixed errors found by regression tests: the H5Fed file data structure can't be created by >1 MPI task, so it is disabled in parallel mode (for now) the H5Block3dSetHalo function was inverting the halo radii the h5b_test wasn't writing the correct data in the halo case
Marc Howison
2010-07-28 21:55:00 +00:00
d368a60202
bug fixes in Fortran API for 1.6.2
H5Part-1.6.2
Marc Howison
2010-07-28 21:44:48 +00:00
377af10fb0
tested out packaging a tarball and compiling/install on Franklin fixed several issues with the build system
Marc Howison
2010-07-24 00:10:41 +00:00
421a92630a
refactored Fortran interface to use h5core calls instead of C API calls
Marc Howison
2010-07-22 20:32:52 +00:00
b920c0f9e8
- level_idx removed from element structure - mesh type specific read methods
gsell2010-07-22 20:02:48 +00:00
a1a90c8af0
corrections for IASDS paper
Marc Howison
2010-07-22 18:52:40 +00:00
4a20cd715e
- neighborhood informations added to elements (to be continued) - several name changes in struct h5t_fdata - refactoring according changes in struct h5t_fdata
gsell2010-07-22 14:43:17 +00:00
56b1be9ddb
define sub-dirs for src/Makefile via configure
gsell2010-07-22 14:36:41 +00:00
b56c4246c9
reference element type renamed
gsell2010-07-22 10:16:22 +00:00
5f6808947a
added h5hutcc wrapper updated documentation finished merging the Fortran interface and refactoring H5Block started an H5Block regression test
Marc Howison
2010-07-20 18:23:48 +00:00
7ea00c38f8
Integrated H5Part regression test and fixed numerous errors that it discovered. Finished integrating H5Block and the Fortran interface (untested). Started adding an H5Block regression test with a few simple tests (all pass). Added automatic detection of stripe information on lustre, and config option to compile against lustre API. Moved buffers for H5Block ghost zone disolving out of the file handle and into the h5b_3d_set_view function. Fixed bug with pointers in the H5Fed file data not being initialized to NULL.
Marc Howison
2010-07-15 19:44:48 +00:00
2c267f173a
continued working on Fortran interface
Marc Howison
2010-07-10 00:00:54 +00:00
9f3fd3b053
continued merging H5Block: still some functionality missing (attribs, read, write); added H5Part regression tests; simplified several Makefile.am files and configure.ac; began merging new Fortran interface
Marc Howison
2010-07-09 16:24:57 +00:00