z_bpack_defs::z_hstat Type Reference

**** statistics More...

Public Attributes

real(kind=8), dimension(5) time_random
 Intialization, MVP, Reconstruction, Reconstruction of one subblock. More...
 
real(kind=8) time_sblock
 
real(kind=8) time_inv
 
real(kind=8) time_smw
 
real(kind=8) time_partialupdate
 
real(kind=8) time_fill
 
real(kind=8) time_redistb
 
real(kind=8) time_redistv
 
real(kind=8) time_sol
 
real(kind=8) time_blk_mvp
 
real(kind=8) time_c_mult
 
real(kind=8) time_c_extract
 
real(kind=8) time_entry
 
real(kind=8) time_entry_traverse
 
real(kind=8) time_entry_bf
 
real(kind=8) time_entry_comm
 
real(kind=8) time_direct_lu
 
real(kind=8) time_add_multiply
 
real(kind=8) time_multiply
 
real(kind=8) time_xlum
 
real(kind=8) time_split
 
real(kind=8) time_comm
 
real(kind=8) time_idle
 
real(kind=8) time_factor
 
real(kind=8) mem_current
 
real(kind=8) mem_peak
 
real(kind=8) mem_sblock
 
real(kind=8) mem_smw
 
real(kind=8) mem_direct_inv
 
real(kind=8) mem_direct_for
 
real(kind=8) mem_int_vec
 
real(kind=8) mem_comp_for
 
real(kind=8) mem_fill
 
real(kind=8) mem_factor
 
real(kind=8) flop_fill
 
real(kind=8) flop_factor
 
real(kind=8) flop_sol
 
real(kind=8) flop_c_mult
 
real(kind=8) flop_c_extract
 
real(kind=8) flop_tmp
 
integer, dimension(:), allocatable rankmax_of_level
 
integer, dimension(:), allocatable rankmin_of_level
 maximum and minimum ranks observed at each level of BPACK during matrix fill More...
 
integer, dimension(:), allocatable rankmax_of_level_global
 maximum ranks among all processes observed at each level of BPACK during matrix fill More...
 
integer, dimension(:), allocatable rankmax_of_level_global_factor
 maximum ranks among all processes observed at each level of BPACK during matrix factorization More...
 
integer, dimension(:), allocatable add_random_cnt
 
integer, dimension(:), allocatable mul_random_cnt
 
integer, dimension(:), allocatable xlum_random_cnt
 record number of randomized operations More...
 
real(kind=8), dimension(:), allocatable add_random_time
 
real(kind=8), dimension(:), allocatable mul_random_time
 
real(kind=8), dimension(:), allocatable xlum_random_time
 record number of randomized operations More...
 
integer, dimension(:), allocatable leafs_of_level
 number of compressed blocks at each level More...
 

Detailed Description

**** statistics

Member Data Documentation

◆ add_random_cnt

integer, dimension(:), allocatable z_bpack_defs::z_hstat::add_random_cnt

◆ add_random_time

real(kind=8), dimension(:), allocatable z_bpack_defs::z_hstat::add_random_time

◆ flop_c_extract

real(kind=8) z_bpack_defs::z_hstat::flop_c_extract

◆ flop_c_mult

real(kind=8) z_bpack_defs::z_hstat::flop_c_mult

◆ flop_factor

real(kind=8) z_bpack_defs::z_hstat::flop_factor

◆ flop_fill

real(kind=8) z_bpack_defs::z_hstat::flop_fill

◆ flop_sol

real(kind=8) z_bpack_defs::z_hstat::flop_sol

◆ flop_tmp

real(kind=8) z_bpack_defs::z_hstat::flop_tmp

◆ leafs_of_level

integer, dimension(:), allocatable z_bpack_defs::z_hstat::leafs_of_level

number of compressed blocks at each level

◆ mem_comp_for

real(kind=8) z_bpack_defs::z_hstat::mem_comp_for

◆ mem_current

real(kind=8) z_bpack_defs::z_hstat::mem_current

◆ mem_direct_for

real(kind=8) z_bpack_defs::z_hstat::mem_direct_for

◆ mem_direct_inv

real(kind=8) z_bpack_defs::z_hstat::mem_direct_inv

◆ mem_factor

real(kind=8) z_bpack_defs::z_hstat::mem_factor

◆ mem_fill

real(kind=8) z_bpack_defs::z_hstat::mem_fill

◆ mem_int_vec

real(kind=8) z_bpack_defs::z_hstat::mem_int_vec

◆ mem_peak

real(kind=8) z_bpack_defs::z_hstat::mem_peak

◆ mem_sblock

real(kind=8) z_bpack_defs::z_hstat::mem_sblock

◆ mem_smw

real(kind=8) z_bpack_defs::z_hstat::mem_smw

◆ mul_random_cnt

integer, dimension(:), allocatable z_bpack_defs::z_hstat::mul_random_cnt

◆ mul_random_time

real(kind=8), dimension(:), allocatable z_bpack_defs::z_hstat::mul_random_time

◆ rankmax_of_level

integer, dimension(:), allocatable z_bpack_defs::z_hstat::rankmax_of_level

◆ rankmax_of_level_global

integer, dimension(:), allocatable z_bpack_defs::z_hstat::rankmax_of_level_global

maximum ranks among all processes observed at each level of BPACK during matrix fill

◆ rankmax_of_level_global_factor

integer, dimension(:), allocatable z_bpack_defs::z_hstat::rankmax_of_level_global_factor

maximum ranks among all processes observed at each level of BPACK during matrix factorization

◆ rankmin_of_level

integer, dimension(:), allocatable z_bpack_defs::z_hstat::rankmin_of_level

maximum and minimum ranks observed at each level of BPACK during matrix fill

◆ time_add_multiply

real(kind=8) z_bpack_defs::z_hstat::time_add_multiply

◆ time_blk_mvp

real(kind=8) z_bpack_defs::z_hstat::time_blk_mvp

◆ time_c_extract

real(kind=8) z_bpack_defs::z_hstat::time_c_extract

◆ time_c_mult

real(kind=8) z_bpack_defs::z_hstat::time_c_mult

◆ time_comm

real(kind=8) z_bpack_defs::z_hstat::time_comm

◆ time_direct_lu

real(kind=8) z_bpack_defs::z_hstat::time_direct_lu

◆ time_entry

real(kind=8) z_bpack_defs::z_hstat::time_entry

◆ time_entry_bf

real(kind=8) z_bpack_defs::z_hstat::time_entry_bf

◆ time_entry_comm

real(kind=8) z_bpack_defs::z_hstat::time_entry_comm

◆ time_entry_traverse

real(kind=8) z_bpack_defs::z_hstat::time_entry_traverse

◆ time_factor

real(kind=8) z_bpack_defs::z_hstat::time_factor

◆ time_fill

real(kind=8) z_bpack_defs::z_hstat::time_fill

◆ time_idle

real(kind=8) z_bpack_defs::z_hstat::time_idle

◆ time_inv

real(kind=8) z_bpack_defs::z_hstat::time_inv

◆ time_multiply

real(kind=8) z_bpack_defs::z_hstat::time_multiply

◆ time_partialupdate

real(kind=8) z_bpack_defs::z_hstat::time_partialupdate

◆ time_random

real(kind=8), dimension(5) z_bpack_defs::z_hstat::time_random

Intialization, MVP, Reconstruction, Reconstruction of one subblock.

◆ time_redistb

real(kind=8) z_bpack_defs::z_hstat::time_redistb

◆ time_redistv

real(kind=8) z_bpack_defs::z_hstat::time_redistv

◆ time_sblock

real(kind=8) z_bpack_defs::z_hstat::time_sblock

◆ time_smw

real(kind=8) z_bpack_defs::z_hstat::time_smw

◆ time_sol

real(kind=8) z_bpack_defs::z_hstat::time_sol

◆ time_split

real(kind=8) z_bpack_defs::z_hstat::time_split

◆ time_xlum

real(kind=8) z_bpack_defs::z_hstat::time_xlum

◆ xlum_random_cnt

integer, dimension(:), allocatable z_bpack_defs::z_hstat::xlum_random_cnt

record number of randomized operations

◆ xlum_random_time

real(kind=8), dimension(:), allocatable z_bpack_defs::z_hstat::xlum_random_time

record number of randomized operations


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