Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aw32 opened this issue Dec 14, 2024 · 1 comment
Open

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

aw32 opened this issue Dec 14, 2024 · 1 comment
Labels

Comments

@aw32
Copy link

aw32 commented Dec 14, 2024

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 aw32 added the bug label Dec 14, 2024
@TomTheBear
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants