diff --git a/docs.it4i/software/debuggers/valgrind.md b/docs.it4i/software/debuggers/valgrind.md index 9837c89c0d837af0fea94ca9901a044f29e394c8..32fe64bef838f0b9686305b7d4114be062e3941a 100644 --- a/docs.it4i/software/debuggers/valgrind.md +++ b/docs.it4i/software/debuggers/valgrind.md @@ -17,11 +17,11 @@ The main tools available in Valgrind are: ## Installed Versions -There are two versions of Valgrind available on the Salomon. +For the current list of installed versions, use: -* Version 3.8.1, installed by operating system vendor in /usr/bin/valgrind. This version is available by default, without the need to load any module. However, this version does not provide additional MPI support. Also, it does not support AVX2 instructions - debugging of an AVX2-enabled executable with this version will fail -* Version 3.11.0 built by ICC with support for Intel MPI, available in module `Valgrind/3.11.0-intel-2015b`. After loading the module, this version replaces the default Valgrind. -* Version 3.11.0 built by GCC with support for OpenMPI, module `Valgrind/3.11.0-foss-2015b` +```console +$ ml av Valgrind +``` ## Usage