likwid icon indicating copy to clipboard operation
likwid copied to clipboard

[BUG] likwid-bench: stream size number only up to 2^31

Open aw32 opened this issue 1 year ago • 1 comments

In likwid-bench one can only specify the stream size up to 2^31. Afterwards, the following message is printed:

Stream size cannot be read, should look like <domain>:<size>

If one specify exact Byte numbers, one can only go up to around 2GB.

aw32 avatar Dec 14 '24 13:12 aw32

True, this is an issue by using only an int for the stream size argument. We should use a 64bit integer for it.

As written already in your other issue, we are rewriting likwid-bench. This does not mean that changes to the current likwid-bench are not accepted.

TomTheBear avatar Dec 14 '24 14:12 TomTheBear

Thanks for the PR. I merged it.

TomTheBear avatar Jul 15 '25 18:07 TomTheBear