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

JULIA_NUM_THREADS doc should mention about interactive threads number configuration #50936

Closed
AtsushiSakai opened this issue Aug 16, 2023 · 1 comment · Fixed by #55425
Closed
Labels
docs This change adds or pertains to documentation help wanted Indicates that a maintainer wants help on an issue or pull request multithreading Base.Threads and related functionality

Comments

@AtsushiSakai
Copy link
Contributor

This is a small doc improvement idea.
From v1.9, interactive thread number can be configurable with JULIA_NUM_THREADS env

export JULIA_NUM_THREADS=3,1

Ref: https://docs.julialang.org/en/v1/manual/multi-threading/#man-threadpools

However, the latest doc about JULIA_NUM_THREADS does not mention it:
image

I think it should do it.

@vchuravy vchuravy added docs This change adds or pertains to documentation help wanted Indicates that a maintainer wants help on an issue or pull request multithreading Base.Threads and related functionality labels Aug 16, 2023
@nickrobinson251
Copy link
Contributor

related #48960

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation help wanted Indicates that a maintainer wants help on an issue or pull request multithreading Base.Threads and related functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants