20 #ifndef MCA_FCACHE_UX_H
21 #define MCA_FCACHE_UX_H
23 #include "ompi_config.h"
25 #include "ompi/mca/fcache/fcache.h"
26 #include "ompi/mca/io/ompio/io_ompio.h"
31 int mca_fcache_ux_component_init_query(
bool enable_progress_threads,
32 bool enable_mpi_threads);
34 mca_fcache_ux_component_file_query (
int *priority);
47 int mca_fcache_ux_get_file_layout (
char* filename,
50 int *file_io_servers);
52 int mca_fcache_ux_set_file_layout (
char* filename,
55 int *file_io_servers);
57 int mca_fcache_ux_get_io_servers (
char* filename,
58 struct mca_io_ompio_io_servers *io_servers,
Top-level interface for all MCA components.
Back-end structure for MPI_File.
Definition: io_ompio.h:121