From f4f0a22ee12e19d3c656295a94fb583cb0022b30 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 4 Apr 2025 10:12:36 -0400 Subject: [PATCH] improve valgind suppression information and format --- doc/src/Tools.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/src/Tools.rst b/doc/src/Tools.rst index 11468787f1..e502480ce5 100644 --- a/doc/src/Tools.rst +++ b/doc/src/Tools.rst @@ -1276,11 +1276,13 @@ Those scripts were written by Steve Plimpton sjplimp at gmail.com valgrind tool ------------- -The ``valgrind`` folder contains additional suppressions fur LAMMPS when using -valgrind's memcheck tool to search for memory access violation and memory -leaks. These suppressions are automatically invoked when running tests through -CMake "ctest -T memcheck". See the provided README file to add these -suppressions when running LAMMPS. +The ``valgrind`` folder contains additional suppressions fur LAMMPS when +using `valgrind's `_ ` `memcheck tool +`_ to search for memory +access violation and memory leaks. These suppressions are automatically +invoked when running tests through CMake "ctest -T memcheck". See the +instruction in the ``README`` file to add these suppressions when using +valgrind with LAMMPS or other programs. ----------