OpenMPI  0.1.1
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 
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 };
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 */
Top-level interface for all MCA components.
The Process Lifecycle Management (PLM) subsystem serves as the central switchyard for all process man...
Definition: plm_ccp.h:24
plm component
Definition: plm.h:122
plm module version 1.0.0
Definition: plm.h:101