DirectoryEntry Derived Type

type, public :: DirectoryEntry
sequence


Inherited by

type~~directoryentry~~InheritedByGraph type~directoryentry DirectoryEntry type~directory Directory type~directory->type~directoryentry entries

Components

Type Visibility Attributes Name Initial
character(len=MAX_LEN_PORT_NAME), public :: port_name = ''
integer, public :: partner_root_rank = -1

Source Code

   type :: DirectoryEntry
      sequence
      character(len=MAX_LEN_PORT_NAME) :: port_name = ''
      integer :: partner_root_rank = -1
   end type DirectoryEntry