source: proiecte/hpl/openmpi_compiled/share/man/man1/opal_wrapper.1 @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 1.8 KB
Line 
1.\" Copyright (c) 2008      Sun Microsystems, Inc.  All rights reserved.
2.\" Man page contributed by Dirk Eddelbuettel <edd@debian.org>
3.\" and released under the BSD license
4.TH OPAL_WRAPPER 1 "Dec 08, 2009" "1.4" "Open MPI"
5.SH NAME
6opal_wrapper - Back-end Open MPI wrapper command
7.SH SYNOPSIS
8.B opal_wrapper [options]
9.SH DESCRIPTION
10.PP
11.B opal_wrapper
12is not meant to be called directly by end users.  It is automatically
13invoked as the back-end by the Open MPI wrapper commands such as:
14.BR mpicc ,
15.BR mpiCC ,
16.BR mpic++ ,
17.BR mpif77 ,
18and
19.BR mpif90 .
20.PP
21Some Open MPI installations may have additional wrapper commands,
22and/or have renamed the wrapper compilers listed above to avoid
23executable name conflicts with other MPI implementations.  Hence, you
24may also have wrapper compilers installed including the following
25names:
26.BR mpif90.openmpi ,
27.BR mpif77.openmpi ,
28.BR mpicxx.openmpi ,
29.BR mpiCC.openmpi ,
30.BR mpicc.openmpi ,
31.BR mpic++.openmpi ,
32.BR opalcc ,
33.BR opalc++ ,
34.BR ortecc ,
35and
36.BR ortec++ ,
37.
38.
39.\" **************************
40.\"    See Also Section
41.\" **************************
42.SH SEE ALSO
43The following may exist depending on your particular Open MPI
44installation:
45.BR mpicc (1),
46.BR mpiCC (1),
47.BR mpic++ (1),
48.BR mpif77 (1),
49.BR mpif90 (1),
50.BR mpif90.openmpi (1),
51.BR mpif77.openmpi (1),
52.BR mpicxx.openmpi (1),
53.BR mpiCC.openmpi (1),
54.BR mpicc.openmpi (1),
55.BR mpic++.openmpi (1),
56.BR ortecc (1),
57.BR ortec++ (1),
58.BR opalccc (1),
59and the website at
60.IR http://www.openmpi.org/ .
61.
62.
63.\" **************************
64.\"    Authors Section
65.\" **************************
66.SH AUTHORS
67The Open MPI maintainers -- see
68.I http://www.openmpi.org/
69or the file
70.IR AUTHORS .
71.PP
72This manual page was originally contributed by Dirk Eddelbuettel
73<edd@debian.org>, one of the Debian GNU/Linux maintainers for Open
74MPI, and may be used by others.
Note: See TracBrowser for help on using the repository browser.