Kernel_T Derived Type

type, public, abstract :: Kernel_T


Inherited by

type~~kernel_t~~InheritedByGraph type~kernel_t Kernel_T type~bw_benchmark~2 BW_Benchmark type~bw_benchmark~2->type~kernel_t type~gathervkernel~2 GathervKernel type~gathervkernel~2->type~kernel_t

Type-Bound Procedures

procedure(I_Run), public, deferred :: run

  • subroutine I_Run(this, rc) Prototype

    Arguments

    Type IntentOptional Attributes Name
    class(Kernel_T), intent(in) :: this
    integer, intent(out), optional :: rc

Source Code

   type, abstract :: Kernel_T
   contains
      procedure(I_Run), deferred :: run
   end type Kernel_T