File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ Command-line option changes
89
89
90
90
* Color now defaults to on when stdout and stderr are TTYs ([ #34347 ] )
91
91
92
- * ` -t N ` , ` --threads N ` starts Julia with ` N ` threads. This option takes precedence over
93
- ` JULIA_NUM_THREADS ` . The specified number of threads also propagates to worker
94
- processes spawned using the ` -p ` /` --procs ` or ` --machine-file ` command line arguments.
95
- In order to set number of threads for worker processes spawned with ` addprocs ` use the
96
- ` exeflags ` keyword argument, e.g. `` addprocs(...; exeflags=`--threads 4`) `` ([ #35108 ] ).
92
+ * ` -t N ` , ` --threads N ` starts Julia with ` N ` threads. This option takes precedence over
93
+ ` JULIA_NUM_THREADS ` . The specified number of threads also propagates to worker
94
+ processes spawned using the ` -p ` /` --procs ` or ` --machine-file ` command line arguments.
95
+ In order to set number of threads for worker processes spawned with ` addprocs ` use the
96
+ ` exeflags ` keyword argument, e.g. `` addprocs(...; exeflags=`--threads 4`) `` ([ #35108 ] ).
97
97
98
98
Multi-threading changes
99
99
-----------------------
You can’t perform that action at this time.
0 commit comments