OpenMPI
0.1.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
ras_sim.h
1
/*
2
* Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
3
* $COPYRIGHT$
4
*
5
* Additional copyrights may follow
6
*
7
* $HEADER$
8
*/
9
10
#ifndef ORTE_RAS_SIM_H
11
#define ORTE_RAS_SIM_H
12
13
#include "orte_config.h"
14
#include "
orte/mca/ras/ras.h
"
15
#include "
orte/mca/ras/base/base.h
"
16
17
BEGIN_C_DECLS
18
19
struct
orte_ras_sim_component_t
{
20
orte_ras_base_component_t
super;
21
char
*num_nodes;
22
int
slots;
23
int
slots_max;
24
char
*topofiles;
25
bool
have_cpubind;
26
bool
have_membind;
27
};
28
typedef
struct
orte_ras_sim_component_t
orte_ras_sim_component_t
;
29
30
ORTE_DECLSPEC
extern
orte_ras_sim_component_t
mca_ras_simulator_component;
31
ORTE_DECLSPEC
extern
orte_ras_base_module_t
orte_ras_sim_module;
32
33
END_C_DECLS
34
35
#endif
base.h
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_base_module_2_0_0_t
ras module
Definition:
ras.h:201
orte_ras_sim_component_t
Definition:
ras_sim.h:19
orte
mca
ras
simulator
ras_sim.h
Generated on Wed Dec 24 2014 12:05:31 for OpenMPI by
1.8.8