julia: switch example from parallel to threaded (#12648)
Switch example startup from parallel mode (-p) to multithreaded mode (-t) to align with the latest practices, which should lead to better performance.
This commit is contained in:
@@ -27,6 +27,6 @@
|
||||
|
||||
`julia -E '{{(1 - cos(pi/4))/2}}'`
|
||||
|
||||
- Start Julia in parallel mode, using N worker processes:
|
||||
- Start Julia in multithreaded mode, using N threads:
|
||||
|
||||
`julia -p {{N}}`
|
||||
`julia -t {{N}}`
|
||||
|
Reference in New Issue
Block a user