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