Function mpi::comm::new [] [src]

pub fn new() -> MPI_Comm

Creates an unitialized (on the C side) comm.

Examples

let comm = comm::new();
// In C
MPI_Comm comm;