MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
MultiGroupServer
Interface
3 statements
Source File
MultiGroupServer.F90
pFIO_MultiGroupServerMod
MultiGroupServer
Contents
Module Procedures
new_MultiGroupServer
public interface MultiGroupServer
Module Procedures
private function new_MultiGroupServer(server_comm, port_name, nwriter_per_node, with_profiler, 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
logical,
intent(in),
optional
::
with_profiler
integer,
intent(out),
optional
::
rc
Return Value
type(
MultiGroupServer
)