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

Inconsistent Threads on Ubuntu/RHEL runs #35

Closed
kdvalin opened this issue Nov 30, 2023 · 5 comments
Closed

Inconsistent Threads on Ubuntu/RHEL runs #35

kdvalin opened this issue Nov 30, 2023 · 5 comments
Assignees

Comments

@kdvalin
Copy link
Member

kdvalin commented Nov 30, 2023

On a local system, I've encountered Ubuntu running 4,8, and 12 threads while on RHEL it only runs 12 threads.

@kdvalin
Copy link
Member Author

kdvalin commented Jan 30, 2024

I've also seen this on two different firmwares of the same machine, both running the same kernel on RHEL.

@dvalinrh dvalinrh self-assigned this Jan 8, 2025
@dvalinrh
Copy link
Contributor

dvalinrh commented Jan 8, 2025

We get the cpu count from
cat /proc/cpuinfo | grep processor | wc -l

If we are getting a varied count per run, then powers of two is being used, or the add option

@dvalinrh
Copy link
Contributor

dvalinrh commented Jan 8, 2025

To remove the chance of processor being present multiple times in the cpu entry, moving to nprocs.

@dvalinrh
Copy link
Contributor

dvalinrh commented Jan 9, 2025

Issue located. Any prior run data is not cleared out the next run. Solution is to archive any run data before we start a new run.,

@dvalinrh
Copy link
Contributor

Fixed

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

No branches or pull requests

2 participants