| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | filename | |||
| real, | public, | allocatable | :: | buffer(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(BW_Benchmark), | intent(in) | :: | this | |||
| integer, | intent(out), | optional | :: | rc |
type, extends(Kernel_T) :: BW_Benchmark real, allocatable :: buffer(:) character(:), allocatable :: filename contains procedure :: run end type BW_Benchmark