Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maximum number of threads in Julia

Is there a limit for the Threads in Julia? I followed the documentation and changed the number of threads to 4 but I can't change it to 8.

EDIT: I have 8 Sys.CPU_THREADS

like image 272
clearseplex Avatar asked Oct 22 '19 12:10

clearseplex


1 Answers

The number of threads will be capped to Sys.CPU_THREADS.

like image 172
Kristoffer Carlsson Avatar answered Oct 06 '22 02:10

Kristoffer Carlsson