X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/974fb38ffe5712b82211fe2fab3a9bb32a4ac7a4..7f4f03348bd07609e258eb3b545bdafc2c881847:/doc/manpage/smpirun.1 diff --git a/doc/manpage/smpirun.1 b/doc/manpage/smpirun.1 index 1cbee031bb..763664de43 100644 --- a/doc/manpage/smpirun.1 +++ b/doc/manpage/smpirun.1 @@ -23,7 +23,12 @@ Print the usage and a résumé of the available options Do not remove the generated files after execution. .TP \fB\-wrapper\fR -Use command to run the program (e.g. "valgrind"). +Use command to run the program (e.g. "valgrind", "gdb --args", "rr record"). +You usually want to use the "-foreground" option as well in order to have a TTY. +.TP +\fB\-foreground\fR +Run the child process in the foreground. +This gives the child process access to the TTY. .TP \fB\-map\fR Display the machine on which each process rank is mapped. @@ -62,3 +67,6 @@ Copyright (c) 2014. The SimGrid Team. All rights reserved. This program is free software; you may redistribute it and/or modify it under the terms of GNU LGPL (v2.1) license. .SH SEE ALSO .B smpicc\fR(1) +.B smpicxx\fR(1) +.B smpiff\fR(1) +.B smpif90\fR(1)