13 #ifndef MCA_SENSOR_BASE_H
14 #define MCA_SENSOR_BASE_H
19 #include "orte_config.h"
24 #include "orte/mca/sensor/sensor.h"
37 ORTE_DECLSPEC
int orte_sensor_base_close(
void);
43 ORTE_DECLSPEC
extern opal_list_t mca_sensor_base_components_available;
45 #if !ORTE_DISABLE_FULL_SUPPORT
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.
BEGIN_C_DECLS ORTE_DECLSPEC int orte_sensor_base_open(void)
Function for finding and opening either all MCA components, or the one that was specifically requeste...
Definition: sensor_base_open.c:59
Definition: opal_list.h:147
ORTE_DECLSPEC int orte_sensor_base_select(void)
Function for weeding out sensor components that don't want to run.
Definition: sensor_base_select.c:45