We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
True, this is an issue by using only an int for the stream size argument. We should use a 64bit integer for it.
int
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.
likwid-bench
Sorry, something went wrong.
No branches or pull requests
In likwid-bench one can only specify the stream size up to 2^31.
Afterwards, the following message is printed:
If one specify exact Byte numbers, one can only go up to around 2GB.
The text was updated successfully, but these errors were encountered: