ikitprocs Derived Type

type, private :: ikitprocs

FIXME : Add documentation


Contents

Source Code


Components

Type Visibility Attributes Name Initial
logical, public :: mine
integer, public :: num_procs
type(comm_type), public :: comm
integer, public, dimension(:), allocatable :: proc_list
integer, public, dimension(:), allocatable :: sub_proc_list

Source Code

  type :: ikitprocs
     logical :: mine
     integer :: num_procs
     type(comm_type) :: comm
     integer,dimension(:),allocatable :: proc_list
     integer,dimension(:),allocatable :: sub_proc_list
  end type ikitprocs