OpenMPI
0.1.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
plm_ccp.h
1
/*
2
* Copyright (c) 2004-2006 The University of Tennessee and The University
3
* of Tennessee Research Foundation. All rights
4
* reserved.
5
* Copyright (c) 2004-2008 High Performance Computing Center Stuttgart,
6
* University of Stuttgart. All rights reserved.
7
* $COPYRIGHT$
8
*
9
* Additional copyrights may follow
10
*
11
* $HEADER$
12
*/
13
14
#ifndef ORTE_plm_CCP_EXPORT_H
15
#define ORTE_plm_CCP_EXPORT_H
16
17
#include "orte_config.h"
18
19
#include "
opal/mca/mca.h
"
20
#include "
orte/mca/plm/plm.h
"
21
22
BEGIN_C_DECLS
23
24
struct
orte_plm_ccp_component_t
{
25
orte_plm_base_component_t
super;
26
int
priority;
27
int
debug;
28
int
verbose;
29
bool
want_path_check;
30
char
**checked_paths;
31
char
*stdout_file;
32
char
*stderr_file;
33
char
*job_name;
34
bool
timing;
35
};
36
typedef
struct
orte_plm_ccp_component_t
orte_plm_ccp_component_t
;
37
/* Globally exported variables */
38
ORTE_DECLSPEC
extern
orte_plm_ccp_component_t
mca_plm_ccp_component;
39
extern
orte_plm_base_module_t
orte_plm_ccp_module;
40
41
END_C_DECLS
42
43
#endif
/* ORTE_plm_CCP_EXPORT_H */
mca.h
Top-level interface for all MCA components.
plm.h
The Process Lifecycle Management (PLM) subsystem serves as the central switchyard for all process man...
orte_plm_ccp_component_t
Definition:
plm_ccp.h:24
orte_plm_base_component_2_0_0_t
plm component
Definition:
plm.h:122
orte_plm_base_module_1_0_0_t
plm module version 1.0.0
Definition:
plm.h:101
orte
mca
plm
ccp
plm_ccp.h
Generated on Wed Dec 24 2014 12:05:31 for OpenMPI by
1.8.8