We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JULIA_NUM_THREADS=auto
1 parent b1d152d commit 0a91e71Copy full SHA for 0a91e71
doc/src/manual/multi-threading.md
@@ -27,7 +27,8 @@ threads.
27
In older versions you must use the environment variable instead.
28
29
!!! compat "Julia 1.7"
30
- Using `auto` together with the environment variable `JULIA_NUM_THREADS` requires at least Julia 1.7.
+ Using `auto` as value of the environment variable `JULIA_NUM_THREADS` requires at least Julia 1.7.
31
+ In older versions, this value is ignored.
32
Lets start Julia with 4 threads:
33
34
```bash
0 commit comments