I’m trying to change the number of threads allocated to Julia via
export JULIA_NUM_THREADS=3
For some reason, this appears to work when I launch Julia from command line:
but does not does not seem to work when I’m using Atom.
I’ve stopped and restarted Julia within Atom, but this does not seem to help.
Note also that by default, Julia launched from command line is v1.1.0, while Atom is using v1.2.0. As far as I can tell, this shouldn’t actually make a difference?