OpenCMISS-Iron Internal API Documentation
|
Contains information on a cache heirarchy. More...
Private Attributes | |
integer(intg) | number_levels |
The number of levels in the cache hierarchy. More... | |
integer(intg), dimension(:), allocatable | size |
SIZE(level_idx). The size of the level_idx'th cache level. More... | |
Contains information on a cache heirarchy.
Definition at line 90 of file computational_environment.f90.
|
private |
The number of levels in the cache hierarchy.
Definition at line 91 of file computational_environment.f90.
|
private |
SIZE(level_idx). The size of the level_idx'th cache level.
Definition at line 92 of file computational_environment.f90.