Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[noci] fix #111
[simgrid.git] / doc / manpage / smpif90.1
index 271073ca5958034b8a3d93e27f3afb38cf70e781..e823155926d75caf00739d4093573166bc243a18 100644 (file)
@@ -1,16 +1,16 @@
 .TH smpif90 1
 .SH NAME
-smpif90 \- SMPI fortran 90 wrapper compiler
+smpif90 \- SMPI Fortran 90 wrapper compiler
 .SH SYNOPSIS
 smpif90 …
 .SH DESCRIPTION
-smpif90 is just a wrapper around the Fortran 90 compiler used when building simgrid, adding the right flags in order to use the simgrid library and SMPI, the MPI implementation within it. Any arguments filled to smpiff 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.
+smpif90 is a wrapper around the Fortran 90 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 smpif90 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 F90 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
-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