2008-08-02 01:14:37 +04:00
|
|
|
.\" Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
|
2007-07-02 19:27:39 +04:00
|
|
|
.\" Man page contributed by Dirk Eddelbuettel <edd@debian.org>
|
|
|
|
.\" and released under the BSD license
|
2014-05-08 06:01:35 +04:00
|
|
|
.TH OPAL_WRAPPER 1 "#OPAL_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
2006-10-19 22:34:17 +04:00
|
|
|
.SH NAME
|
2007-07-02 19:27:39 +04:00
|
|
|
opal_wrapper - Back-end Open MPI wrapper command
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B opal_wrapper [options]
|
2006-10-19 22:34:17 +04:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
2007-07-02 19:27:39 +04:00
|
|
|
.B opal_wrapper
|
|
|
|
is not meant to be called directly by end users. It is automatically
|
|
|
|
invoked as the back-end by the Open MPI wrapper commands such as:
|
|
|
|
.BR mpicc ,
|
|
|
|
.BR mpiCC ,
|
|
|
|
.BR mpic++ ,
|
|
|
|
and
|
2014-01-25 01:00:00 +04:00
|
|
|
.BR mpifort
|
|
|
|
(and its legacy/deprecated names
|
|
|
|
.BR mpif77
|
|
|
|
and
|
|
|
|
.BR mpif90 ).
|
2007-07-02 19:27:39 +04:00
|
|
|
.PP
|
|
|
|
Some Open MPI installations may have additional wrapper commands,
|
|
|
|
and/or have renamed the wrapper compilers listed above to avoid
|
|
|
|
executable name conflicts with other MPI implementations. Hence, you
|
|
|
|
may also have wrapper compilers installed including the following
|
|
|
|
names:
|
2014-01-25 01:00:00 +04:00
|
|
|
.BR mpifort.openmpi
|
|
|
|
(and the legacy/deprecated names
|
|
|
|
.BR mpif90.openmpi
|
|
|
|
and
|
|
|
|
.BR mpif77.openmpi ),
|
2007-07-02 19:27:39 +04:00
|
|
|
.BR mpicxx.openmpi ,
|
|
|
|
.BR mpiCC.openmpi ,
|
|
|
|
.BR mpicc.openmpi ,
|
|
|
|
.BR mpic++.openmpi ,
|
|
|
|
.BR opalcc ,
|
|
|
|
.BR opalc++ ,
|
|
|
|
.BR ortecc ,
|
|
|
|
and
|
|
|
|
.BR ortec++ ,
|
|
|
|
.
|
|
|
|
.
|
|
|
|
.\" **************************
|
|
|
|
.\" See Also Section
|
|
|
|
.\" **************************
|
|
|
|
.SH SEE ALSO
|
|
|
|
The following may exist depending on your particular Open MPI
|
|
|
|
installation:
|
|
|
|
.BR mpicc (1),
|
|
|
|
.BR mpiCC (1),
|
|
|
|
.BR mpic++ (1),
|
2014-01-25 01:00:00 +04:00
|
|
|
.BR mpifort (1),
|
|
|
|
.BR mpifort.openmpi (1),
|
2007-07-02 19:27:39 +04:00
|
|
|
.BR mpicxx.openmpi (1),
|
|
|
|
.BR mpiCC.openmpi (1),
|
|
|
|
.BR mpicc.openmpi (1),
|
|
|
|
.BR mpic++.openmpi (1),
|
|
|
|
.BR ortecc (1),
|
|
|
|
.BR ortec++ (1),
|
|
|
|
.BR opalccc (1),
|
|
|
|
and the website at
|
|
|
|
.IR http://www.openmpi.org/ .
|
|
|
|
.
|
|
|
|
.
|
|
|
|
.\" **************************
|
|
|
|
.\" Authors Section
|
|
|
|
.\" **************************
|
|
|
|
.SH AUTHORS
|
|
|
|
The Open MPI maintainers -- see
|
|
|
|
.I http://www.openmpi.org/
|
|
|
|
or the file
|
|
|
|
.IR AUTHORS .
|
|
|
|
.PP
|
|
|
|
This manual page was originally contributed by Dirk Eddelbuettel
|
|
|
|
<edd@debian.org>, one of the Debian GNU/Linux maintainers for Open
|
|
|
|
MPI, and may be used by others.
|