Gauge if a load balancing step shall be taken given the current load-imbalance measure lt_imb @param[in] lt_imb current load imbalance measure: Time lost due to load imbalance during the last 100 iterations divided by the total time taken for these @result t_lb true if a load balancing step is justified
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | lt_imb |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | pops_blocks |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(fcimc_iter_data), | intent(inout) | :: | iter_data |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | exchangedata(3) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(inout) | :: | TotWalkersNew | |||
| integer(kind=n_int), | intent(inout) | :: | iLutCurr(0:NIfTot) | |||
| integer, | intent(in) | :: | DetHash | |||
| integer, | intent(in) | :: | nJ(nel) | |||
| real(kind=dp), | intent(in) | :: | HDiag | |||
| real(kind=dp), | intent(in) | :: | HOffDiag | |||
| integer, | intent(out) | :: | DetPosition | |||
| integer, | intent(out) | :: | err |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ll_node), | intent(inout), | pointer | :: | HashIndex(:) | ||
| integer, | intent(in) | :: | nJ(nel) | |||
| integer, | intent(in) | :: | partInd |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(inout) | :: | TotWalkersNew | |||
| type(fcimc_iter_data), | intent(inout) | :: | iter_data |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | CurrentSign(lenof_sign) | |||
| logical, | intent(in) | :: | tIsStateDeterm |