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
orlog
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