MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
MultiCommServer
Interface
3 statements
Source File
MultiCommServer.F90
pFIO_MultiCommServerMod
MultiCommServer
Contents
Module Procedures
new_MultiCommServer
public interface MultiCommServer
Module Procedures
private function new_MultiCommServer(server_comm, port_name, nwriter_per_node, rc) result(s)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
server_comm
character(len=*),
intent(in)
::
port_name
integer,
intent(in)
::
nwriter_per_node
integer,
intent(out),
optional
::
rc
Return Value
type(
MultiCommServer
)