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

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

Adding compiled files

File size: 2.8 KB
Line 
1.\"
2.\" Man page for OMPI's CRCP Functionality
3.\"
4.\" .TH name     section center-footer   left-footer  center-header
5.TH OMPI_CRCP 7 "Dec 08, 2009" "1.4" "Open MPI"
6.\" **************************
7.\"    Name Section
8.\" **************************
9.SH NAME
10.
11Open MPI MCA Checkpoint/Restart Coordination Protocol (CRCP) Framework \- Overview of Open MPI's CRCP
12framework, and selected modules.  Open MPI 1.4
13.
14.\" **************************
15.\"    Description Section
16.\" **************************
17.SH DESCRIPTION
18.
19.PP
20The CRCP Framework is used by Open MPI for the encapsulation of various
21Checkpoint/Restart Coordination Protocols (e.g., Coordinated, Uncoordinated,
22Message/Communication Induced, ...).
23.
24.\" **************************
25.\"    General Process Requirements Section
26.\" **************************
27.SH GENERAL PROCESS REQUIREMENTS
28.PP
29In order for a process to use the Open MPI CRCP components it must adhear to a
30few programmatic requirements.
31.PP
32First, the program must call \fIMPI_INIT\fR early in its execution.
33.PP
34The program must call \fIMPI_FINALIZE\fR before termination.
35.PP
36A user may initiate a checkpoint of a parallel application by using the
37ompi-checkpoint(1) and ompi-restart(1) commands.
38.
39.\" **********************************
40.\"    Available Components Section
41.\" **********************************
42.SH AVAILABLE COMPONENTS
43.PP
44Open MPI currently ships with one CRCP component: \fIcoord\fR.
45.
46.PP
47The following MCA parameters apply to all components:
48.
49.TP 4
50crcp_base_verbose
51Set the verbosity level for all components. Default is 0, or silent except on error.
52.
53.\"   Coord Component
54.\" ******************
55.SS coord CRCP Component
56.PP
57The \fIcoord\fR component implements a Coordinated Checkpoint/Restart
58Coordination Protocol similar to the one implemented in LAM/MPI.
59.
60.PP
61The \fIcoord\fR component has the following MCA parameters:
62.
63.TP 4
64crcp_coord_priority
65The component's priority to use when selecting the most appropriate component
66for a run.
67.
68.TP 4
69crcp_coord_verbose
70Set the verbosity level for this component. Default is 0, or silent except on
71error.
72.
73.\"   Special 'none' option
74.\" ************************
75.SS none CRCP Component
76.PP
77The \fInone\fP component simply selects no CRCP component. All of the CRCP
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 Open MPI 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  ompi-checkpoint(1), ompi-restart(1), opal-checkpoint(1), opal-restart(1),
92orte_snapc(7), orte_filem(7), opal_crs(7)
93.
Note: See TracBrowser for help on using the repository browser.