MpiServer Interface

public interface MpiServer

Module Procedures

private function new_MpiServer(comm, port_name, profiler_name, with_profiler, rc) result(s)

Arguments

Type IntentOptional 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)