20 #ifndef MCA_FS_PVFS2_H
21 #define MCA_FS_PVFS2_H
32 #include "pvfs2-compat.h"
34 #include "ompi_config.h"
36 #include "ompi/mca/fs/fs.h"
37 #include "ompi/mca/io/ompio/io_ompio.h"
39 extern int mca_fs_pvfs2_priority;
40 extern int mca_fs_pvfs2_stripe_size;
41 extern int mca_fs_pvfs2_stripe_width;
42 extern int mca_fs_pvfs2_IS_INITIALIZED;
47 PVFS_credentials credentials;
48 PVFS_object_ref object_ref;
52 int mca_fs_pvfs2_component_init_query(
bool enable_progress_threads,
53 bool enable_mpi_threads);
76 int mca_fs_pvfs2_file_delete (
char *filename,
80 OMPI_MPI_OFFSET_TYPE size);
83 OMPI_MPI_OFFSET_TYPE *size);
91 OMPI_MPI_OFFSET_TYPE offset,
Definition: fs_pvfs2.h:46
Top-level interface for all MCA components.
Back-end structure for MPI_File.
Definition: io_ompio.h:121
Definition: communicator.h:118