Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpirun.1: document the option I added recently
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 22 Aug 2016 23:39:53 +0000 (01:39 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 22 Aug 2016 23:39:53 +0000 (01:39 +0200)
doc/manpage/smpirun.1

index 7934560..5d2cc20 100644 (file)
@@ -36,6 +36,12 @@ 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 mechanism if available.
 .TP