Skip to content

Releases: vanreeslab/h3lpr

v0.1

28 Nov 21:50
Compare
Choose a tag to compare

This is the first public release of h3lpr, a library to ease profiling, logging, and parsing of command line arguments.

changes

  • profiling: proposes a MPI-oriented profiler with export to text file and the command line
  • logging: defines different logging levels: verbose or log which allows you to mute some of the comments
  • parsing of the command line argument to an object that can then be reused everywhere in the codebase