* fixed bug in h5bl_defin3dchunkdims call that was using variables addresses ins
* added new MultiBlock module that is used for efficiently loading regular rectilinear grid blocks (using chunking) and handling ghost zones in a distributed-memory environment ** still need to add the "halo exchange" routine for reshuffling ghost regions ** performed some basic testing of read/write functionality ~Mark
Showing
src/H5MultiBlock.c
0 → 100644
This diff is collapsed.
src/H5MultiBlock.h
0 → 100644
src/H5MultiBlockErrors.h
0 → 100644
src/H5MultiBlockPrivate.h
0 → 100644
src/H5MultiBlockReadWrite.c
0 → 100644