OpenMPI  0.1.1
rmaps_resilient.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
3  *
4  * $COPYRIGHT$
5  *
6  * Additional copyrights may follow
7  *
8  * $HEADER$
9  */
10 /**
11  * @file
12  *
13  * Resource Mapping
14  */
15 #ifndef ORTE_RMAPS_RESILIENT_H
16 #define ORTE_RMAPS_RESILIENT_H
17 
18 #include "orte_config.h"
19 
21 
22 #include "orte/mca/rmaps/rmaps.h"
23 
24 BEGIN_C_DECLS
25 
28  char *fault_group_file;
29  opal_list_t fault_grps;
30 };
32 
33 typedef struct {
34  opal_list_item_t super;
35  int ftgrp;
36  bool used;
37  bool included;
41 
42 ORTE_MODULE_DECLSPEC extern orte_rmaps_res_component_t mca_rmaps_resilient_component;
43 extern orte_rmaps_base_module_t orte_rmaps_resilient_module;
44 
45 
46 END_C_DECLS
47 
48 #endif
Definition: rmaps_resilient.h:26
Definition: rmaps.h:82
The Open RTE Resource MAPping Subsystem (RMAPS)
dynamic pointer array
Definition: opal_pointer_array.h:45
rmaps component version 1.3.0
Definition: rmaps.h:99
See opal_bitmap.h for an explanation of why there is a split between OPAL and ORTE for this generic c...
Definition: opal_list.h:98
Definition: opal_list.h:147
#define OBJ_CLASS_DECLARATION(NAME)
Declaration for class descriptor.
Definition: opal_object.h:236
Definition: rmaps_resilient.h:33