mpi_grp_t Interface

public interface mpi_grp_t

Overload the default construct for mpi_grp_t


Module Procedures

private function mpi_grp_constructor(comm) result(mpi_grp)

Contructor for mpi_grp_t class.

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in), optional :: comm

MPI communicator

Return Value type(mpi_grp_t)