From 3330217d99d8a46cdb561614918b0c2a59a2cdd9 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 8 May 2018 21:40:18 +0200 Subject: [PATCH 1/1] Typos. --- doc/doxygen/module-smpi.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/module-smpi.doc b/doc/doxygen/module-smpi.doc index 245f4827da..cf8aca9705 100644 --- a/doc/doxygen/module-smpi.doc +++ b/doc/doxygen/module-smpi.doc @@ -99,8 +99,8 @@ following commands. Once in GDB, each MPI ranks will be represented as a regular thread, and you can explore the state of each of them as usual. @verbatim -smpirun -wraper valgrind ...other args... -smpirun -wraper "gdb -args" --cfg=contexts/factory:thread ...other args... +smpirun -wrapper valgrind ...other args... +smpirun -wrapper "gdb --args" --cfg=contexts/factory:thread ...other args... @endverbatim @subsection SMPI_use_colls Simulating collective operations -- 2.20.1