OpenMPI  0.1.1
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 
21  char *num_nodes;
22  int slots;
23  int slots_max;
24  char *topofiles;
25  bool have_cpubind;
26  bool have_membind;
27 };
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
Component init / selection ras component.
Definition: ras.h:220
The Open RTE Resource Allocation Subsystem (RAS)
ras module
Definition: ras.h:201
Definition: ras_sim.h:19