From ec1981f92a4553694293e45c7048f8c3def2cd50 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 23 Aug 2016 01:39:53 +0200 Subject: [PATCH] smpirun.1: document the option I added recently --- doc/manpage/smpirun.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/manpage/smpirun.1 b/doc/manpage/smpirun.1 index 7934560e0c..5d2cc20c52 100644 --- a/doc/manpage/smpirun.1 +++ b/doc/manpage/smpirun.1 @@ -36,6 +36,12 @@ Display the machine on which each process rank is mapped. \fB\-np\fR 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 -- 2.20.1