Skip to content

v0.1

Latest
Compare
Choose a tag to compare
@thomasgillis thomasgillis released this 28 Nov 21:50

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