From 9194edb2477e3a80020cb69ecc349b77c2ff422f Mon Sep 17 00:00:00 2001 From: scastelli Date: Wed, 4 Jun 2014 23:23:44 +0200 Subject: [PATCH] Some man pages --- doc/manpage/smpicxx.1 | 4 +++- doc/manpage/smpif90.1 | 20 ++++++++++++++++++++ doc/manpage/smpiff.1 | 20 ++++++++++++++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 doc/manpage/smpif90.1 create mode 100644 doc/manpage/smpiff.1 diff --git a/doc/manpage/smpicxx.1 b/doc/manpage/smpicxx.1 index 4d0735e93e..cabb8094d9 100644 --- a/doc/manpage/smpicxx.1 +++ b/doc/manpage/smpicxx.1 @@ -15,4 +15,6 @@ 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 .BR smpirun (1), -.BR smpicc (1) +.BR smpicc (1), +.BR smpiff (1), +.BR smpif90 (1) diff --git a/doc/manpage/smpif90.1 b/doc/manpage/smpif90.1 new file mode 100644 index 0000000000..d38893b935 --- /dev/null +++ b/doc/manpage/smpif90.1 @@ -0,0 +1,20 @@ +.TH smpiff 1 +.SH NAME +smpiff \- 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. +.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 +The SimGrid team (simgrid-devel@lists.gforge.inria.fr) +.SH COPYRIGHT AND LICENCE +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 +.BR smpirun (1), +.BR smpicc (1), +.BR smpicxx (1), +.BR smpiff (1) diff --git a/doc/manpage/smpiff.1 b/doc/manpage/smpiff.1 new file mode 100644 index 0000000000..90f35eabc0 --- /dev/null +++ b/doc/manpage/smpiff.1 @@ -0,0 +1,20 @@ +.TH smpiff 1 +.SH NAME +smpiff \- SMPI fortran 77 wrapper compiler +.SH SYNOPSIS +smpiff … +.SH DESCRIPTION +smpiff is just a wrapper around the Fortran 77 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 +The SimGrid team (simgrid-devel@lists.gforge.inria.fr) +.SH COPYRIGHT AND LICENCE +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 +.BR smpirun (1), +.BR smpicc (1), +.BR smpicxx (1), +.BR smpif90 (1) -- 2.20.1