Skip to content

Sonar 1.0.0

Compare
Choose a tag to compare
@kevinsala kevinsala released this 24 Nov 10:49
· 7 commits to main since this release

Version 1.0.0, Fri Nov 24, 2023

The 1.0.0 version is the first release of the Sonar project. The Sonar library instruments the MPI function calls through the ovni instrumentation library. See the ovni documentation for more information regarding the MPI instrumentation events and the configurations for Paraver.

General

  • Build the libsonar-mpi.so library to instrument the MPI programming model
  • Instrument most common MPI communication functions in C
  • Instrument most common MPI communication functions in Fortran (except large count variants)
  • Add SONAR_MPI_INSTRUMENT environment variable to enabled instrumentation (disabled by default)