OpenMPI  0.1.1
ras_ccp.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2004-2005 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 (c) 2004-2008 The Trustees of Indiana University.
8  * All rights reserved.
9  * $COPYRIGHT$
10  *
11  * Additional copyrights may follow
12  *
13  * $HEADER$
14  */
15 /**
16  * @file
17  *
18  * Resource Allocation (CCP)
19  */
20 #ifndef ORTE_RAS_ccp_H
21 #define ORTE_RAS_ccp_H
22 
23 #include "orte_config.h"
24 #include "orte/mca/ras/ras.h"
25 #include "orte/mca/ras/base/base.h"
26 
27 BEGIN_C_DECLS
28 
30  /** Base RAS component */
32  /** What's the priority of this component */
33  int priority;
34  };
36 
37  ORTE_DECLSPEC extern orte_ras_ccp_component_t mca_ras_ccp_component;
38  ORTE_DECLSPEC extern orte_ras_base_module_t orte_ras_ccp_module;
39 
40 END_C_DECLS
41 
42 #endif
orte_ras_base_component_t super
Base RAS component.
Definition: ras_ccp.h:31
Component init / selection ras component.
Definition: ras.h:220
The Open RTE Resource Allocation Subsystem (RAS)
int priority
What's the priority of this component.
Definition: ras_ccp.h:33
ras module
Definition: ras.h:201
Definition: ras_ccp.h:29