... | ... | @@ -2,7 +2,7 @@ The static code provides timing information per iteration in `stdout`: |
|
|
```
|
|
|
# TIMING rt_tot= 3.89: rt_diag= 3.83[98.52%] rt_redistrib= 0.01[ 0.27%] rt_dens= 0.01[ 0.29%] rt_pot= 0.00[ 0.13%] rt_me= 0.03[ 0.73%] rt_other= 0.00[ 0.06%]
|
|
|
```
|
|
|
The entries have meaning
|
|
|
The entries are
|
|
|
|
|
|
| Name | Meaning|
|
|
|
|----------|-----------|
|
... | ... | @@ -11,5 +11,5 @@ The entries have meaning |
|
|
| `rt_redistrib` | time needed for data redistribution over the computation system [sec] |
|
|
|
| `rt_dens` | time related to computation of densities [sec] |
|
|
|
| `rt_pot` | time related to computation of potentials [sec] |
|
|
|
| `rt_me` | time related to computation of matrix emlemenst [sec] |
|
|
|
| `rt_other` | all other elements, including: compuaution and reporting of energy, generating output files. [sec] | |
|
|
\ No newline at end of file |
|
|
| `rt_me` | time related to computation of matrix elements, [sec] |
|
|
|
| `rt_other` | all other elements, including: computation and reporting of energy, generating output files. [sec] | |
|
|
\ No newline at end of file |