19 #ifndef OMPI_MCA_OSC_BASE_H
20 #define OMPI_MCA_OSC_BASE_H
22 #include "ompi_config.h"
23 #include "ompi/info/info.h"
24 #include "ompi/communicator/communicator.h"
25 #include "ompi/win/win.h"
37 int ompi_osc_base_find_available(
bool enable_progress_threads,
38 bool enable_mpi_threads);
44 int ompi_osc_base_finalize(
void);
45 OMPI_DECLSPEC
int ompi_osc_base_close(
void);
47 OMPI_DECLSPEC
extern opal_list_t ompi_osc_base_open_components;
49 OMPI_DECLSPEC
extern int ompi_osc_base_output;
The opal_list_t interface is used to provide a generic doubly-linked list container for Open MPI...
Definition: opal_list.h:147
BEGIN_C_DECLS OMPI_DECLSPEC int ompi_osc_base_open(void)
Function for finding and opening either all MCA components, or the one that was specifically requeste...
Definition: osc_base_open.c:49
Definition: communicator.h:118