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

DM-36831: Disable implicit threading in pipetask by default. #211

Merged
merged 1 commit into from Nov 3, 2022

Conversation

TallJimbo
Copy link
Member

@TallJimbo TallJimbo commented Nov 2, 2022

The new --enable-implicit-threading option to "pipetask run" can be used to turn it back on.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@@ -0,0 +1 @@
Disable implicit threading (e.g. in OpenBLAS) by default in `pipetask run`, with a new `--enable-implicit-threading` option to restore it.
Copy link
Member

Choose a reason for hiding this comment

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

How about:

Always disable implicit threading (e.g. ...) by default in pipetask run even when not using -j.

?

@codecov
Copy link

codecov bot commented Nov 2, 2022

Codecov Report

Base: 83.44% // Head: 83.43% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (8d8c832) compared to base (cd6daec).
Patch coverage: 80.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #211      +/-   ##
==========================================
- Coverage   83.44%   83.43%   -0.01%     
==========================================
  Files          48       48              
  Lines        3883     3888       +5     
  Branches      591      592       +1     
==========================================
+ Hits         3240     3244       +4     
  Misses        473      473              
- Partials      170      171       +1     
Impacted Files Coverage Δ
python/lsst/ctrl/mpexec/cli/opt/optionGroups.py 100.00% <ø> (ø)
python/lsst/ctrl/mpexec/cli/script/run.py 55.55% <ø> (ø)
python/lsst/ctrl/mpexec/cmdLineFwk.py 69.63% <66.66%> (-0.03%) ⬇️
python/lsst/ctrl/mpexec/cli/opt/options.py 100.00% <100.00%> (ø)
tests/test_cmdLineFwk.py 97.96% <100.00%> (+<0.01%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

The new --enable-implicit-threading option to "pipetask run" can be
used to turn it back on.
@leeskelvin leeskelvin merged commit f60f162 into main Nov 3, 2022
@leeskelvin leeskelvin deleted the tickets/DM-36831 branch November 3, 2022 01:27
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

3 participants