OpenMPI
0.1.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
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
29
struct
orte_ras_ccp_component_t
{
30
/** Base RAS component */
31
orte_ras_base_component_t
super
;
32
/** What's the priority of this component */
33
int
priority
;
34
};
35
typedef
struct
orte_ras_ccp_component_t
orte_ras_ccp_component_t
;
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
base.h
orte_ras_ccp_component_t::super
orte_ras_base_component_t super
Base RAS component.
Definition:
ras_ccp.h:31
orte_ras_base_component_2_0_0_t
Component init / selection ras component.
Definition:
ras.h:220
ras.h
The Open RTE Resource Allocation Subsystem (RAS)
orte_ras_ccp_component_t::priority
int priority
What's the priority of this component.
Definition:
ras_ccp.h:33
orte_ras_base_module_2_0_0_t
ras module
Definition:
ras.h:201
orte_ras_ccp_component_t
Definition:
ras_ccp.h:29
orte
mca
ras
ccp
ras_ccp.h
Generated on Wed Dec 24 2014 12:05:31 for OpenMPI by
1.8.8