printNamedInt Module Subroutine

private module subroutine printNamedInt(name, input, allProcs)

Generic printNamedValue interface component - prints name: input for integer input. Prefaces with rank number if allProcs is true

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name
integer(kind=ik), intent(in) :: input
logical, intent(in), optional :: allProcs