You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a work-stealing queue after Chase and Lev, optimized for
weak memory models by Le et al.
Default number of GC threads is half the number of compute threads.
Co-authored-by: Gabriel Baraldi <[email protected]>
Co-authored-by: Valentin Churavy <[email protected]>
Copy file name to clipboardExpand all lines: doc/src/manual/command-line-interface.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ The following is a complete list of command-line switches available when launchi
107
107
|`-E`, `--print <expr>`|Evaluate `<expr>` and display the result|
108
108
|`-L`, `--load <file>`|Load `<file>` immediately on all processors|
109
109
|`-t`, `--threads {N\|auto}`|Enable N threads; `auto` tries to infer a useful default number of threads to use but the exact behavior might change in the future. Currently, `auto` uses the number of CPUs assigned to this julia process based on the OS-specific affinity assignment interface, if supported (Linux and Windows). If this is not supported (macOS) or process affinity is not configured, it uses the number of CPU threads.|
110
+
|`--gcthreads {N}`|Enable N GC threads; If unspecified is set to half of the compute worker threads.|
110
111
|`-p`, `--procs {N\|auto}`|Integer value N launches N additional local worker processes; `auto` launches as many workers as the number of local CPU threads (logical cores)|
111
112
|`--machine-file <file>`|Run processes on hosts listed in `<file>`|
112
113
|`-i`|Interactive mode; REPL runs and `isinteractive()` is true|
0 commit comments