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

thread count for rvtest #20

Closed
CanWood opened this issue Apr 21, 2017 · 3 comments
Closed

thread count for rvtest #20

CanWood opened this issue Apr 21, 2017 · 3 comments

Comments

@CanWood
Copy link

CanWood commented Apr 21, 2017

Hi folks,

Although the rvtest binary seems to only use a single core for much of its work, we're seeing thread counts jump to take all available cores on the system. Is there a way to limit this? The context is so that we can know what resources to ask for when submitting rvtest jobs to HPC systems where the number of CPUs required must be provided.

Cheers

@zhanxw
Copy link
Owner

zhanxw commented Apr 21, 2017 via email

@CanWood
Copy link
Author

CanWood commented Apr 21, 2017

Thanks for the quick response. We'll try the OMP_NUM_THREADS=1 and see how we go

Originally we were running rvtests (version: 20160630, git: Unknown) and it was running many cores for quite some time. We then tested with rvtests (version: 20170228, git: Unknown) and the length of time that it took all of the cores on the box was much decreased. when running the same commands

@CanWood
Copy link
Author

CanWood commented Apr 21, 2017

OMP_NUM_THREADS did the trick. Now our users can have resource requests that are in line with the tool's use. Thanks!

@CanWood CanWood closed this as completed Apr 21, 2017
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