X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f186888449310ed2ffeae9f6cf170cf40f1d17d1..d53e30ea4f655ad7aae70e6480080bb60a7efe54:/doc/manpage/smpirun.1 diff --git a/doc/manpage/smpirun.1 b/doc/manpage/smpirun.1 index 08ab896a13..3b82997ed7 100644 --- a/doc/manpage/smpirun.1 +++ b/doc/manpage/smpirun.1 @@ -16,7 +16,7 @@ XML file describing the platform on which we want to deploy the program \fB\-hostfile\fR, \fB\-machinefile\fR Hostfile listing all the machines in use .SH SMPI OPTIONS -The smpirun itself accepts some optionnal parameters, that are not to +The smpirun itself accepts some optional parameters, that are not to be mixed with the configuration options described in the next section. .TP @@ -50,7 +50,7 @@ statically against SimGrid, only the others. Activate the trace mechanism if available (equivalent to \fB--cfg\fR=\fItracing\fR:\fIyes\fR \fB--cfg\fR=\fItracing/smpi\fR:\fIyes\fR) .TP \fB\-trace-ti\fR -Activate time independant tracing. +Activate time independent tracing. .TP \fB\-trace-comment\fR Put a comment on the top of the trace file. @@ -64,9 +64,6 @@ Group MPI processes by location. \fB\-trace-resource\fR Trace resource utilization. .TP -\fB\-trace-viva\fR -Generate configuration for Viva's GraphView. -.TP \fB\-trace-file\fR Name of the tracefile @@ -76,10 +73,18 @@ You can change many simulation parameter on the command line by passing A full list of existing parameters and their meaning can be found at http://simgrid.gforge.inria.fr/simgrid/latest/doc/options.html +Here are some options commonly used with SMPI: +.TP +\fB--cfg=smpi/cpu-threshold:XXX\fR +Only simulate computation chunks that last more than XXX seconds. +.TP +\fB--cfg=smpi/simulate-computation:no\fR +Disable the simulation of all computation chunks (that are still executed on the host machine). + .SH AUTHORS The SimGrid team (simgrid-devel@lists.gforge.inria.fr) .SH COPYRIGHT AND LICENCE -Copyright (c) 2014-2016. The SimGrid Team. All rights reserved. +Copyright (c) 2014-2018. 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.