MpiSocket Interface

public interface MpiSocket

Module Procedures

private function new_MpiSocket(comm, remote_rank, parser, rc) result(s)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: comm
integer, intent(in) :: remote_rank
type(ProtocolParser), intent(in), target :: parser
integer, intent(out), optional :: rc

Return Value type(MpiSocket)