- Binary file IO now supported.
- Better handled missing input files.
- Added CREDITS.md
- Chains-on-chains partition available
- Updated README.md to include MPI instructions.
- splatt-check now outputs 1-indexed .map files.
- splatt-check now sums duplicate nonzeros.
- Memory allocations are now 64-byte aligned with
posix_memalign
. Memory allocation can be adjusted by alteringsplatt_malloc
. - Fixed extern "C" typo in include/splatt.h
- Added support for fine-grained MPI decomposition.
- Point-to-point communication now uses paired Irecv and Isend.
- Fixed setup bugs for >3D medium-grained decompositions.
- First stable release, includes API changes.