Skip to content

Threads in Pluto #1175

May 18, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

The Pluto server starts a new terminal for each notebook, and you specify the number of threads for notebook processes with:

Pluto.run(threads=16)

Using julia -t 32 to run Pluto does not work because it sets the number of threads for the Pluto server, not the processes that the server creates.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@r-acad
Comment options

@lungben
Comment options

Answer selected by fonsp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants