22 #ifndef OPAL_SHMEM_BASE_H
23 #define OPAL_SHMEM_BASE_H
25 #include "opal_config.h"
36 const char *file_name,
68 opal_shmem_base_register_params(
void);
90 opal_shmem_base_best_runnable_component_name(
void);
112 opal_shmem_base_open(
void);
146 opal_shmem_base_select(
void);
160 opal_shmem_base_close(
void);
166 OPAL_DECLSPEC
extern bool opal_shmem_base_selected;
172 *opal_shmem_base_component;
178 *opal_shmem_base_module;
184 OPAL_DECLSPEC
extern bool opal_shmem_base_components_opened_valid;
191 OPAL_DECLSPEC
extern opal_list_t opal_shmem_base_components_opened;
196 OPAL_DECLSPEC
extern int opal_shmem_base_output;
Common type for all MCA components.
Definition: mca.h:250
Common type for all MCA modules.
Definition: mca.h:100
structure for shmem modules
Definition: shmem.h:163
Definition: shmem_types.h:107
Definition: opal_list.h:147
shmem (shared memory backing facility) framework component interface definitions. ...