Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a link from smpirun(1) to the online doc
[simgrid.git] / docs / manpages / smpirun.1
index 3b82997..5166c16 100644 (file)
@@ -11,7 +11,11 @@ arguments. It is intended to be easy to use to regular MPI users.
 .SH MANDATORY PARAMETERS
 .TP
 \fB\-platform\fR <platform.xml>
-XML file describing the platform on which we want to deploy the program 
+XML file describing the platform on which we want to deploy the program.
+Please refer to the
+.UR https://simgrid.org/doc/latest/Tutorial_MPI_Applications.html#describing-your-platform
+online documentation.
+.UE
 .TP
 \fB\-hostfile\fR, \fB\-machinefile\fR <hostfile>
 Hostfile listing all the machines in use
@@ -21,7 +25,7 @@ be mixed with the configuration options described in the next section.
 
 .TP
 \fB\-help\fR
-Print the usage and a résumé of the available options
+Print the usage and a summary of the available options.
 .TP
 \fB\-keep-temps\fR
 Do not remove the generated files after execution.
@@ -71,7 +75,7 @@ Name of the tracefile
 You can change many simulation parameter on the command line by passing
 \fB--cfg\fR=\fIparameter\fR:\fIvalue\fR after the program name. 
 A full list of existing parameters and their meaning can be found at
-http://simgrid.gforge.inria.fr/simgrid/latest/doc/options.html 
+https://simgrid.org/doc/latest/Configuring_SimGrid.html
 
 Here are some options commonly used with SMPI:
 .TP
@@ -84,7 +88,7 @@ Disable the simulation of all computation chunks (that are still executed on the
 .SH AUTHORS
 The SimGrid team (simgrid-devel@lists.gforge.inria.fr)
 .SH COPYRIGHT AND LICENCE
-Copyright (c) 2014-2018. The SimGrid Team. All rights reserved.
+Copyright (c) 2014-2019. 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.