Skip to content

Releases: bsc-pm/sonar

Sonar 1.0.1

06 May 18:24
Compare
Choose a tag to compare

Version 1.0.1, Mon May 6, 2024

The 1.0.1 version introduces bug fixes and minor improvements.

General

  • Use ovni_thread_require when instrumenting with ovni
  • Require ovni 1.5.0 or greater
  • Fix include and library flags of the detected MPI implementation

Sonar 1.0.0

24 Nov 10:49
Compare
Choose a tag to compare

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)