Beta release of Auryn v0.8
Pre-release
Pre-release
Adds
- Boost unit tests
- Python analysis code for binary output files (see
tools/python
) - New abstract base class Device for Monitor
Important interface changes
- Concerning the global variables of MPI environment: mpienv and mpicommunicator (instead of env and communicator) now defined in auryn_global.h and initialized via
auryn_init()
function -- see examples