50
50
 
} H5FD_mpio_chunk_opt_t;
51
51
 
52
52
 
/* Type of collective I/O */
53
53
 
typedef enum H5FD_mpio_collective_opt_t {
54
54
 
    H5FD_MPIO_COLLECTIVE_IO = 0,
55
55
 
    H5FD_MPIO_INDIVIDUAL_IO         /*zero is the default*/
56
56
 
} H5FD_mpio_collective_opt_t;
57
57
 
58
58
 
/* Include all the MPI VFL headers */
59
59
 
#include "H5FDmpio.h"           /* MPI I/O file driver          */
60
 
-
#include "H5FDmpiposix.h"       /* MPI/posix I/O file driver            */
61
60
 
62
61
 
#endif /* H5FDmpi_H */
63
62