42 #ifndef ORTE_MCA_RMAPS_H
43 #define ORTE_MCA_RMAPS_H
45 #include "orte_config.h"
Common type for all MCA components.
Definition: mca.h:250
rmaps component version 1.3.0
Definition: rmaps.h:99
Top-level interface for all MCA components.
orte_rmaps_base_module_1_3_0_t orte_rmaps_base_module_t
Convenience typedef.
Definition: rmaps.h:89
orte_rmaps_base_component_2_0_0_t orte_rmaps_base_component_t
Convenience typedef.
Definition: rmaps.h:108
Meta data for MCA v2.0.0 components.
Definition: mca.h:309
Definition: orte_globals.h:316
orte_rmaps_base_module_map_fn_t map_job
Mapping function pointer.
Definition: rmaps.h:84
Global params for OpenRTE.
mca_base_component_t base_version
Base MCA structure.
Definition: rmaps.h:101
int(* orte_rmaps_base_module_map_fn_t)(orte_job_t *jdata)
RMAPS module functions - these are not accessible to the outside world, but are defined here by conve...
Definition: rmaps.h:77
BEGIN_C_DECLS typedef int(* orte_rmaps_base_API_map_fn_t)(orte_job_t *jdata)
Public API.
Definition: rmaps.h:63
mca_base_component_data_t base_data
Base MCA data.
Definition: rmaps.h:103