22 #ifndef MCA_ODLS_BASE_H
23 #define MCA_ODLS_BASE_H
28 #include "orte_config.h"
43 #if !ORTE_DISABLE_FULL_SUPPORT
50 bool components_available;
77 ORTE_DECLSPEC
int orte_odls_base_close(
void);
81 ORTE_DECLSPEC
void orte_base_default_waitpid_fired(
orte_process_name_t *proc, int32_t status);
84 ORTE_DECLSPEC
void orte_odls_base_setup_singleton_jobdat(
orte_jobid_t jobid);
odls component
Definition: odls.h:111
orte_odls_base_component_t selected_component
selected component
Definition: base.h:56
Struct to hold globals for the odls framework.
Definition: base.h:48
uint32_t orte_jobid_t
Set the allowed range for ids in each space.
Definition: types.h:76
The opal_list_t interface is used to provide a generic doubly-linked list container for Open MPI...
Top-level interface for all MCA components.
struct orte_odls_base_t orte_odls_base_t
Struct to hold globals for the odls framework.
ORTE_DECLSPEC int orte_odls_base_finalize(void)
Close the odls framework.
ORTE_DECLSPEC orte_odls_base_t orte_odls_base
Global instance of odls-wide framework data.
Definition: odls_base_open.c:82
ORTE_DECLSPEC int orte_odls_base_select(void)
Select an odls module.
Definition: odls_base_select.c:34
opal_list_t available_components
List of opened components.
Definition: base.h:54
The OpenRTE Daemon's Local Launch Subsystem.
Definition: opal_list.h:147
BEGIN_C_DECLS ORTE_DECLSPEC int orte_odls_base_open(void)
Open the odls framework.
Definition: odls_base_open.c:89