Go to the source code of this file.
|
subroutine, public | memutils_mod::memutils_init (print_flag) |
|
subroutine | memutils_mod::memcpy_r8 (lhs, rhs, dim, nelems, lhs_stride, rhs_stride) |
|
subroutine | memutils_mod::memcpy_r8_gather (lhs, rhs, dim, nelems, lhs_stride, rhs_indx) |
|
subroutine | memutils_mod::memcpy_r8_scatter (lhs, rhs, dim, nelems, lhs_indx, rhs_stride) |
|
subroutine | memutils_mod::memcpy_r8_gather_scatter (lhs, rhs, dim, nelems, lhs_indx, rhs_indx) |
|
integer(kind=8) function, public | memutils_mod::get_l1_cache_line (a) |
|
integer(kind=8) function, public | memutils_mod::get_l2_cache_line (a) |
|
subroutine, public | memutils_mod::print_memuse_stats (text, unit, always) |
|
subroutine | memutils_mod::mem_dump (memuse) |
|