dbcsr_mm_multrec_type_p Derived Type

type, public :: dbcsr_mm_multrec_type_p


Components

Type Visibility Attributes Name Initial
type(dbcsr_mm_multrec_type), public, POINTER :: p => Null()
integer(kind=int_4), public, DIMENSION(64) :: padding

Source Code

   TYPE dbcsr_mm_multrec_type_p
      TYPE(dbcsr_mm_multrec_type), POINTER :: p => Null()
      ! ensure that array-elements are on different cache lines
      INTEGER(kind=int_4), DIMENSION(64)       :: padding
   END TYPE dbcsr_mm_multrec_type_p