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

Add module to handle threading #3

Merged
merged 2 commits into from Apr 27, 2016
Merged

Add module to handle threading #3

merged 2 commits into from Apr 27, 2016

Conversation

timj
Copy link
Member

@timj timj commented Apr 27, 2016

No description provided.

@@ -22,3 +22,4 @@

import lsstimport, pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this extra line?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, that's from the previous implementation and me not reviewing my own code before submission.

@PaulPrice PaulPrice force-pushed the tickets/DM-4714 branch 2 times, most recently from 25f815f to 0b7cb6f Compare April 27, 2016 22:34
This module provides a common interface for getting and setting the
number of threads in low-level threaded packages (OpenBLAS, MKL). We
also provide a function for disabling the behavior of these packages
where they use multiple threads if the user doesn't explicitly state
the number of desired threads, which increases contention when
parallelising at a higher level (e.g., python multiprocessing).
@PaulPrice PaulPrice merged commit 2213b1a into master Apr 27, 2016
@ktlim ktlim deleted the tickets/DM-4714 branch August 25, 2018 06:43
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.

None yet

2 participants