MultiGroupServer Interface

public interface MultiGroupServer

Module Procedures

private function new_MultiGroupServer(server_comm, port_name, nwriter_per_node, with_profiler, rc) result(s)

Arguments

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