21 #ifndef MCA_RCACHE_BASE_H
22 #define MCA_RCACHE_BASE_H
24 #include "ompi_config.h"
45 OMPI_DECLSPEC
int mca_rcache_base_close(
void);
63 OMPI_DECLSPEC
extern int mca_rcache_base_output;
64 OMPI_DECLSPEC
extern opal_list_t mca_rcache_base_components;
65 OMPI_DECLSPEC
extern opal_list_t mca_rcache_base_modules;
rcache module descriptor
Definition: rcache.h:83
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.
Definition: opal_list.h:98
OMPI_DECLSPEC int mca_rcache_base_open(void)
Function for finding and opening either all MCA components, or the one that was specifically requeste...
Definition: rcache_base_open.c:52
ORTE_DECLSPEC OBJ_CLASS_DECLARATION(mca_oob_base_info_t)
declare the association structure as a class
Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana University Research and Techno...
rcache component descriptor.
Definition: rcache.h:69
Definition: opal_list.h:147