CommGroupDescription Interface

public interface CommGroupDescription

Module Procedures

private function new_CommGroupDescription(npes, nnodes, isolate_nodes, name, unusable, npes_per_node, rc) result(CommGroup)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: npes
integer, intent(in) :: nnodes
logical, intent(in) :: isolate_nodes
character(len=*), intent(in) :: name
class(KeywordEnforcer), intent(in), optional :: unusable
integer, intent(in), optional :: npes_per_node
integer, intent(out), optional :: rc

Return Value type(CommGroupDescription)