dist_specification_record Derived Type

type, public :: dist_specification_record


Inherited by

type~~dist_specification_record~~InheritedByGraph type~dist_specification_record dist_specification_record type~dist_record dist_record type~dist_record->type~dist_specification_record src_dist, dst_dist type~problem_descriptor_strings problem_descriptor_strings type~problem_descriptor_strings->type~dist_record Dfiles type~problem_descriptor_records problem_descriptor_records type~problem_descriptor_records->type~problem_descriptor_strings str type~harness_descriptor harness_descriptor type~harness_descriptor->type~problem_descriptor_records rcrd

Components

Type Visibility Attributes Name Initial
integer, public :: drank
integer, public, pointer :: dsize(:)

Source Code

  type dist_specification_record
     integer :: drank                            ! rank of the distribution
     integer, pointer :: dsize(:)                ! num of dist elements along axis
  end type dist_specification_record