Function mpi_sys::PMPI_File_open

source ·
pub unsafe extern "C" fn PMPI_File_open(
    comm: MPI_Comm,
    filename: *const c_char,
    amode: c_int,
    info: MPI_Info,
    fh: *mut MPI_File
) -> c_int