source: proiecte/hpl/openmpi_compiled/share/man/man7/orte_filem.7 @ 97

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

Adding compiled files

File size: 2.7 KB
Line 
1.\"
2.\" Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
3.\"                         University Research and Technology
4.\"                         Corporation.  All rights reserved.
5.\" Copyright (c) 2008-2009 Sun Microsystems, Inc.  All rights reserved.
6.\"
7.\" Man page for ORTE's FileM Functionality
8.\"
9.\" .TH name     section center-footer   left-footer  center-header
10.TH ORTE_FILEM 7 "Dec 08, 2009" "1.4" "Open MPI"
11.\" **************************
12.\"    Name Section
13.\" **************************
14.SH NAME
15.
16Open RTE MCA File Management (FileM) Framework \- Overview of Open RTE's FileM
17framework, and selected modules.  Open MPI 1.4
18.
19.\" **************************
20.\"    Description Section
21.\" **************************
22.SH DESCRIPTION
23.
24.PP
25FileM is a utility framework used by OpenRTE for a variety of purposes, including
26the transport of checkpoint files, preloading user binaries, and preloading of user files.
27.
28.\" **********************************
29.\"    Available Components Section
30.\" **********************************
31.SH AVAILABLE COMPONENTS
32.PP
33Open RTE currently ships with one FileM component: \fIrsh\fR.
34.
35.PP
36The following MCA parameters apply to all components:
37.
38.TP 4
39filem_base_verbose
40Set the verbosity level for all components. Default is 0, or silent except on
41error.
42.
43.
44.\"   rsh Component
45.\" ******************
46.SS rsh FileM Component
47.PP
48The \fIrsh\fR component uses \fIrcp\fP or \fIscp\fP to do its file transfers. This component
49requires the use of passwordless \fIrsh\fP or \fIssh\fP between all nodes.
50.
51.PP
52The \fIrsh\fR component has the following MCA parameters:
53.
54.TP 4
55filem_rsh_priority
56The component's priority to use when selecting the most appropriate component
57for a run.
58.
59.TP 4
60filem_rsh_verbose
61Set the verbosity level for this component. Default is 0, or silent except on
62error.
63.
64.TP 4
65filem_rsh_rcp
66The program to use to copy files. Generally will be rcp or scp.
67.
68.TP 4
69filem_rsh_rsh
70The program used to remotely log into a given machine and remove files.
71Generally will be rsh or ssh.
72.
73.\"   Special 'none' option
74.\" ************************
75.SS none FileM Component
76.PP
77The \fInone\fP component simply selects no FileM component. All of the FileM
78function calls return immediately with ORTE_SUCCESS.
79.
80.PP
81This component is the last component to be selected by default. This means that if
82another component is available, and the \fInone\fP component was not explicity
83requested then ORTE will attempt to activate all of the available components
84before falling back to this component.
85.
86.\" **************************
87.\"    See Also Section
88.\" **************************
89.
90.SH SEE ALSO
91  orte-checkpoint(1), orte-restart(1), opal-checkpoint(1), opal-restart(1), orte_snapc(7), opal_crs(7)
92.
Note: See TracBrowser for help on using the repository browser.