You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The operational intensity reported with likwid-mpirun seems to have a bug.
The problem is that the operational intensity is only counted for cores which count the uncore memory traffic. The rest of the cores have 0 operational intensity.
Therefore, at the end in the summary table the sum value is way lower that the actually expected operational intensity.
Note that this error does not happen with likwid-perfctr.
To Reproduce
To observe the bug try executing a code which does roughly same work on all the available processes. We expect the operational intensity to be roughly the same for different number of processes. But with likwid-mpirun the operational intensity of the following two cases different.
likwid-mpirun -np 4-g MEM_DP ./a.out
likwid-mpirun -np 1-g MEM_DP ./a.out
I used LIKWID version 5.2.
The text was updated successfully, but these errors were encountered:
The operational intensity is a special metric as it combines hwthread counts (FP rate) with socket/memoryDomain counts (memory bandwidth) and there is specific code for this metric. likwid-mpirun does not contain this special support.
Description
The operational intensity reported with likwid-mpirun seems to have a bug.
The problem is that the operational intensity is only counted for cores which count the uncore memory traffic. The rest of the cores have 0 operational intensity.
Therefore, at the end in the summary table the sum value is way lower that the actually expected operational intensity.
Note that this error does not happen with likwid-perfctr.
To Reproduce
To observe the bug try executing a code which does roughly same work on all the available processes. We expect the operational intensity to be roughly the same for different number of processes. But with likwid-mpirun the operational intensity of the following two cases different.
I used LIKWID version 5.2.
The text was updated successfully, but these errors were encountered: