which sets the number of usable threads to the number of CPU Cores as detected by Julia (e.g.: 4 on my machine).
Experiment
On a reasonably complex examples, one should try with this environment variable set to 1 or to the number of CPUS and see whether that is a positive change or not.
When the package is installed on a new machine, the user should do something like
which sets the number of usable threads to the number of CPU Cores as detected by Julia (e.g.: 4 on my machine).
Experiment
On a reasonably complex examples, one should try with this environment variable set to 1 or to the number of CPUS and see whether that is a positive change or not.