Performance results (MLUPs) are written to a file for statistical review The file-format is simple can be evaluated with gnuplot
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in) | :: | totalDens | |||
| integer(kind=long_k), | intent(in) | :: | DomSize | |||
| real(kind=rk), | intent(in) | :: | MLUPS | |||
| real(kind=rk), | intent(in) | :: | MLUPS_kernel | |||
| real(kind=rk), | intent(in) | :: | timerVal(:) | Max. timers of all process |
||
| real(kind=rk), | intent(in) | :: | imbalance | |||
| type(tem_general_type), | intent(in) | :: | general |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private | :: | tMusubi | ||||
| logical, | private | :: | file_exists | ||||
| character(len=PathLen), | private | :: | filename | ||||
| integer, | private | :: | fileunit | ||||
| integer, | private | :: | iTimer | ||||
| integer, | private | :: | counter | ||||
| character(len=PathLen), | private | :: | header | ||||
| character(len=PathLen), | private | :: | output |