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

Client gets threads_per_worker=1 #102

Merged
merged 1 commit into from
Apr 21, 2024
Merged

Conversation

talumbau
Copy link
Member

This reduces run time of TPI on 64 physical core AMD workstation from ~12 hours to ~3 hours. It looks like the default of Dask is to oversubscribe threads to cores. This is not a good default for computationally intensive workloads.

This reduces run time of TPI on 64 physical core AMD workstation from
~12 hours to ~3 hours. It looks like the default of Dask is to
oversubscribe threads to cores. This is not a good default for
computationally intensive workloads.
@talumbau talumbau requested review from jdebacker and rickecon April 21, 2024 02:38
@codecov-commenter
Copy link

codecov-commenter commented Apr 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.41%. Comparing base (13a3da8) to head (18343c2).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #102   +/-   ##
=======================================
  Coverage   75.41%   75.41%           
=======================================
  Files          11       11           
  Lines         850      850           
=======================================
  Hits          641      641           
  Misses        209      209           
Flag Coverage Δ
unittests 75.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@jdebacker
Copy link
Member

Great catch, @talumbau! Merging.

@jdebacker jdebacker merged commit 3a10258 into PSLmodels:master Apr 21, 2024
5 checks passed
@rickecon
Copy link
Member

@talumbau and @jdebacker. It will be interesting to see what this does to Jason and my run times.

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

Successfully merging this pull request may close these issues.

4 participants