All notable changes to this project will be documented in this file.
The 1.0.1 version introduces bug fixes and minor improvements.
- 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
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.
- 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)