Octopus
hardware_oct_m::hardware_t Type Reference

Block-size optimisation for L1 cache size. More...

Detailed Description

Block-size optimisation for L1 cache size.

Definition at line 44 of file hardware.F90.

Private Member Functions

procedure init => hardware_init
 

Private Attributes

type(cache_tl1
 
type(cache_tl2
 
integer dblock_size
 Block size for real(real64) data. More...
 
integer zblock_size
 Block size for complex(real64) data. More...
 

Member Function/Subroutine Documentation

◆ init()

procedure hardware_oct_m::hardware_t::init
private

Definition at line 50 of file hardware.F90.

Member Data Documentation

◆ l1

type(cache_t) hardware_oct_m::hardware_t::l1
private

Definition at line 45 of file hardware.F90.

◆ l2

type(cache_t) hardware_oct_m::hardware_t::l2
private

Definition at line 46 of file hardware.F90.

◆ dblock_size

integer hardware_oct_m::hardware_t::dblock_size
private

Block size for real(real64) data.

Definition at line 47 of file hardware.F90.

◆ zblock_size

integer hardware_oct_m::hardware_t::zblock_size
private

Block size for complex(real64) data.

Definition at line 48 of file hardware.F90.


The documentation for this type was generated from the following file: