Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[noci] fix #111
[simgrid.git] / doc / manpage / smpicc.1
index 2a79ffe62c1ab202c905bd2608f7dd79e92cd892..bac0e2ef827317a62cf31c6d821b229ae12570ca 100644 (file)
@@ -4,14 +4,17 @@ smpicc \- SMPI C wrapper compiler
 .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 a wrapper around the C compiler defined when building SimGrid, adding the right flags in order to use the SimGrid library and SMPI, the MPI implementation within it. Most of the arguments filled to smpicc will be passed to the underlying compiler directly, except for \fB\-\-version\fR which gives the SimGrid library version, and \fB\-\-compiler-version\fR which gives the C compiler version. Please refer to the latter documentation in case of trouble.
 .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 by it, but note that the compiler can not be modified.
 .SH AUTHORS
 The SimGrid team (simgrid-devel@lists.gforge.inria.fr)
 .SH COPYRIGHT AND LICENCE
-Copyright (c) 2014. 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.
 .SH SEE ALSO
-.B smpirun\fR(1)
+.BR smpirun (1),
+.BR smpicxx (1)
+.BR smpiff (1)
+.BR smpif90 (1)