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

False Positive on Oversubscription Warning #1207

Closed
stanmoore1 opened this issue Nov 1, 2017 · 0 comments
Closed

False Positive on Oversubscription Warning #1207

stanmoore1 opened this issue Nov 1, 2017 · 0 comments
Assignees
Labels
Enhancement Improve existing capability; will potentially require voting
Milestone

Comments

@stanmoore1
Copy link
Contributor

stanmoore1 commented Nov 1, 2017

On a machine with 4 CPU cores, if I set the number of OpenMP threads in Kokkos to be 4 using --kokkos-threads=4 or Kokkos::OpenMP::initialize( int thread_count , int, int ) without also setting export OMP_NUM_THREADS=4, I get a false oversubscription warning:

Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
  process threads available :   1,  requested thread :   4

Any way to sharpen this warning?

@ibaned ibaned added the Enhancement Improve existing capability; will potentially require voting label Nov 6, 2017
@ibaned ibaned added this to the 2017 December milestone Nov 6, 2017
@hcedwar hcedwar modified the milestones: 2017 December, 2018 February Nov 29, 2017
@crtrott crtrott modified the milestones: 2018 February, 2018 April Mar 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improve existing capability; will potentially require voting
Projects
None yet
Development

No branches or pull requests

6 participants