Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a link from smpirun(1) to the online doc
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 18 May 2019 21:06:35 +0000 (23:06 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 18 May 2019 21:06:38 +0000 (23:06 +0200)
Fix FG#3.

ChangeLog
docs/manpages/smpirun.1

index 789eecd..d29c3f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,7 @@ Model-checker:
 Fixed bugs (FG=FramaGit; GH=GitHub):
  - FG#1: Broken link in error messages
  - FG#2: missing installation documentation
+ - FG#3: missing documentation in smpirun
  - FG#7: simple cmake call requires doxygen
  - FG#10: Can not use MSG_process_set_data from SMPI any more
  - FG#11: Auto-restart actors forget their on_exit behavior
index 79a8046..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.