Skip to content

Beta release of Auryn v0.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@fzenke fzenke released this 11 Aug 04:51
· 572 commits to master since this 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