From 4eec9abfb98b06e0d0e8922e423e51d0daae0a7d Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 5 Jun 2014 22:35:42 +0200 Subject: [PATCH] Update smpi* manpages. --- doc/manpage/smpicc.1 | 2 ++ doc/manpage/smpif90.1 | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/manpage/smpicc.1 b/doc/manpage/smpicc.1 index 8eb82becb3..b7debd8d03 100644 --- a/doc/manpage/smpicc.1 +++ b/doc/manpage/smpicc.1 @@ -16,3 +16,5 @@ This program is free software; you may redistribute it and/or modify it under th .SH SEE ALSO .BR smpirun (1), .BR smpicxx (1) +.BR smpiff (1) +.BR smpif90 (1) diff --git a/doc/manpage/smpif90.1 b/doc/manpage/smpif90.1 index d38893b935..271073ca59 100644 --- a/doc/manpage/smpif90.1 +++ b/doc/manpage/smpif90.1 @@ -1,10 +1,10 @@ -.TH smpiff 1 +.TH smpif90 1 .SH NAME -smpiff \- SMPI fortran 90 wrapper compiler +smpif90 \- SMPI fortran 90 wrapper compiler .SH SYNOPSIS smpif90 … .SH DESCRIPTION -smpiff 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 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. .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. .SH AUTHORS -- 2.20.1