MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
MpiSocket
Interface
3 statements
Source File
MpiSocket.F90
pFIO_MpiSocketMod
MpiSocket
Contents
Module Procedures
new_MpiSocket
public interface MpiSocket
Module Procedures
private function new_MpiSocket(comm, remote_rank, parser, rc) result(s)
Arguments
Type
Intent
Optional
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
)