load_balance_calcnodes Module



Contents


Variables

Type Visibility Attributes Name Initial
integer, public, allocatable :: RandomOrbIndex(:)
integer, public, allocatable :: LoadBalanceMapping(:)
integer(kind=TagIntType), public :: lb_tag
integer, public :: balance_blocks
logical, public :: tLoadBalanceBlocks
integer, public :: loadBalanceInterval = 0

Functions

public pure function DetermineDetNode(nel_loc, nI, iIterOffset) result(node)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nel_loc
integer, intent(in) :: nI(nel_loc)
integer, intent(in) :: iIterOffset

Return Value integer

public pure function get_det_block(nel_loc, nI, iIterOffset) result(block)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nel_loc
integer, intent(in) :: nI(nel_loc)
integer, intent(in) :: iIterOffset

Return Value integer