Skip to content

Commit 0a91e71

Browse files
authored
Docs: clarify JULIA_NUM_THREADS=auto compat 1.7 (#43842)
1 parent b1d152d commit 0a91e71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/manual/multi-threading.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ threads.
2727
In older versions you must use the environment variable instead.
2828

2929
!!! compat "Julia 1.7"
30-
Using `auto` together with the environment variable `JULIA_NUM_THREADS` requires at least Julia 1.7.
30+
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.
3132
Lets start Julia with 4 threads:
3233

3334
```bash

0 commit comments

Comments
 (0)