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

Added parameter to not use the Julia worker pool #200

Merged
merged 4 commits into from
Aug 17, 2023
Merged

Conversation

gbruer15
Copy link
Contributor

By default, JUDI uses all workers in the current pool. This MR allows the user to specify to run serially even when there is a worker pool.

@mloubout
Copy link
Member

Can you add a simple test in that checks the setter and the default are correct.

https://github.com/slimgroup/JUDI.jl/blob/master/test/test_basics.jl

Looks goood

@codecov
Copy link

codecov bot commented Aug 14, 2023

Codecov Report

Patch coverage: 83.33% and project coverage change: -0.01% ⚠️

Comparison is base (77ca35e) 83.78% compared to head (17aff3d) 83.78%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #200      +/-   ##
==========================================
- Coverage   83.78%   83.78%   -0.01%     
==========================================
  Files          28       28              
  Lines        2436     2442       +6     
==========================================
+ Hits         2041     2046       +5     
- Misses        395      396       +1     
Files Changed Coverage Δ
src/JUDI.jl 81.35% <83.33%> (+0.22%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mloubout mloubout merged commit bebdaf0 into master Aug 17, 2023
45 checks passed
@mloubout mloubout deleted the gbruer/set-serial branch August 17, 2023 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants