Skip to content

v1.0.3

Compare
Choose a tag to compare
@adammoody adammoody released this 29 May 20:13

Release Notes

  • Update kvtree_print
    • Rename kvtree_print_file to kvtree_print
    • Add compact print option
    • Add --mode option to select print format
  • Add extern c to kvtree.h, kvtree_mpi.h, and kvtree_util.h
  • Set Linux rpath settings
  • Add function to construct a gather/scatter file from a single process
  • Update testing
    • Add new tests
      • test_kvtree_bcast.c
      • test_kvtree_exchange.c
      • test_kvtree_send_recv.c
      • test_kvtree_write_gather.c
    • Set up GitLab CI infrastructure
    • Update Travis CI to test on multiple compilers
  • Add Doxygen-style comments
  • Update docs
  • Update README
  • Compiler warning fixes

Bug Fixes

  • Fix implicit function definitions
  • Avoid ignoring return value warning for ftruncate
  • Fix build error on Fedora 32 w/gcc 10