Open
Description
This will help new Julia programmers who don't know about JULIA_NUM_THREADS=auto
get fast execution. It also symbolizes how Julia supports the increasing parallelism of modern technical computing. Anybody who needs sequential execution, e.g. for debugging, can use JULIA_NUM_THREADS=1
.
-
Rust's Rayon uses the number of logical cores by default.
-
Intel® Cilk™ Plus uses the number of hardware threads.
-
Crystal defaults to 4.
-
Fortran OMP defaults to 1.