X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4eec9abfb98b06e0d0e8922e423e51d0daae0a7d..eb1ee003aa8db4bbfcc49860f6cac03771897500:/doc/manpage/smpicc.1 diff --git a/doc/manpage/smpicc.1 b/doc/manpage/smpicc.1 index b7debd8d03..5ba493dea6 100644 --- a/doc/manpage/smpicc.1 +++ b/doc/manpage/smpicc.1 @@ -4,9 +4,9 @@ smpicc \- SMPI C wrapper compiler .SH SYNOPSIS smpicc … .SH DESCRIPTION -smpicc is just a wrapper around the C 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 underlying compiler will be used, but note that the compiler can not be modified. +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