Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpirun.1: document the option I added recently
[simgrid.git] / doc / manpage / smpirun.1
index 1cbee03..5d2cc20 100644 (file)
@@ -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 <command>
-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.
@@ -31,8 +36,14 @@ Display the machine on which each process rank is mapped.
 \fB\-np\fR <numprocs>
 Use that amount of processes. By default, there is the same number of processes as there are of hosts in the hostfile.
 .TP
+\fB\-no-privatize\fR
+Disable the globals privatization, that is activated by default.
+This should only be necessary if you use dynamic libraries, but you
+should probably link statically instead of disabling this. Do not link
+statically against SimGrid, only the others.
+.TP
 \fB\-trace\fR
-Equivalent to \fB–cfg\fR=\fItracing\fR:\fIyes\fR \fB–cfg\fR=\fItracing/smpi\fR:\fIyes\fR, activate the trace mecanism if available.
+Equivalent to \fB–cfg\fR=\fItracing\fR:\fIyes\fR \fB–cfg\fR=\fItracing/smpi\fR:\fIyes\fR, activate the trace mechanism if available.
 .TP
 \fB\-trace-ti\fR
 Activate time independant tracing.
@@ -62,3 +73,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)