OpenMPI  0.1.1
base.h File Reference

MCA fcache base framework public interface functions. More...

#include "ompi_config.h"
#include "mpi.h"
#include "opal/class/opal_list.h"
#include "ompi/mca/fcache/fcache.h"
#include "opal/mca/mca.h"

Go to the source code of this file.

Functions

BEGIN_C_DECLS OMPI_DECLSPEC int mca_fcache_base_open (void)
 
OMPI_DECLSPEC int mca_fcache_base_close (void)
 
OMPI_DECLSPEC int mca_fcache_base_file_select (struct mca_io_ompio_file_t *file, mca_base_component_t *preferred)
 
OMPI_DECLSPEC int mca_fcache_base_file_unselect (struct mca_io_ompio_file_t *file)
 
OMPI_DECLSPEC int mca_fcache_base_find_available (bool enable_progress_threads, bool enable_mpi_threads)
 
OMPI_DECLSPEC int mca_fcache_base_init_file (struct mca_io_ompio_file_t *file)
 
OMPI_DECLSPEC int mca_fcache_base_get_param (struct mca_io_ompio_file_t *file, int keyval)
 

Variables

OMPI_DECLSPEC int mca_fcache_base_param
 
OMPI_DECLSPEC int mca_fcache_base_output
 
OMPI_DECLSPEC bool mca_fcache_base_components_opened_valid
 
OMPI_DECLSPEC bool mca_fcache_base_components_available_valid
 
OMPI_DECLSPEC opal_list_t mca_fcache_base_components_opened
 
OMPI_DECLSPEC opal_list_t mca_fcache_base_components_available
 

Detailed Description

MCA fcache base framework public interface functions.