November 2018
Intermediate to advanced
460 pages
14h 1m
English
Julia can be run in a multithreaded mode. This mode is achieved via the JULIA_NUM_THREADS system environment parameter. One should perform the following steps:
Running the preceding steps is handled differently on Linux and Windows.
Here is a list of steps to be followed:
$ export JULIA_NUM_THREADS=`nproc`$ julia -e "println(Threads.nthreads())"4$
C:\> set JULIA_NUM_THREADS= ...
Read now
Unlock full access