Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update of the smpicc man page
authorscastelli <stephane.castelli@inria.fr>
Wed, 4 Jun 2014 18:16:19 +0000 (20:16 +0200)
committerscastelli <stephane.castelli@inria.fr>
Wed, 4 Jun 2014 18:16:19 +0000 (20:16 +0200)
doc/manpage/smpicc.1

index 2a79ffe..8eb82be 100644 (file)
@@ -4,9 +4,9 @@ smpicc \- SMPI C wrapper compiler
 .SH SYNOPSIS
 smpicc …
 .SH DESCRIPTION
 .SH SYNOPSIS
 smpicc …
 .SH DESCRIPTION
-smpicc is just a wrapper around the compiler used to build simgrid, adding the right flags in order to use the simgrid library and SMPI, the MPI implementation within it. Any arguments filled to smpicc will be passed to the underlying compiler directly, of which the \fB\-\-version\fR argument should give the name and the version. Please refer to its documentation in case of trouble.
+smpicc is just a wrapper around the compiler used to build simgrid, adding the right flags in order to use the simgrid library and SMPI, the MPI implementation within it. Any arguments filled to smpicc will be passed to the underlying compiler directly, of which the \fB\-\-version\fR argument should give the name and the version. Please refer to its documentation in case of trouble.
 .SH ENVIRONMENT VARIABLES
 .SH ENVIRONMENT VARIABLES
-All environment variables taken into account by the compiler will be used, but note that setting CC has no effect.
+All environment variables taken into account by the underlying compiler will be used, but note that the compiler can not be modified.
 .SH AUTHORS
 The SimGrid team (simgrid-devel@lists.gforge.inria.fr)
 .SH COPYRIGHT AND LICENCE
 .SH AUTHORS
 The SimGrid team (simgrid-devel@lists.gforge.inria.fr)
 .SH COPYRIGHT AND LICENCE
@@ -14,4 +14,5 @@ Copyright (c) 2014. 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.
 .SH SEE ALSO
 
 This program is free software; you may redistribute it and/or modify it under the terms of GNU LGPL (v2.1) license.
 .SH SEE ALSO
-.B smpirun\fR(1)
+.BR smpirun (1),
+.BR smpicxx (1)