-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent Thread Oversubscription with threadpoolclt
In a cluster setting, thread oversubscription can lead to significant performance degradation and resource contention for running the deconvolution with scipy.optimize. This commit addresses this issue by utilizing the `threadpoolclt` library to limit the number of threads to 1. This change ensures that each process uses only the allocated resources, preventing contention and improving overall cluster stability.
- Loading branch information
1 parent
3c5a732
commit c2dcbc1
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters