Adding Threads

It looks like you are doing this inside a Julia session. JULIA_NUM_THREADS is an environment variable that needs to be set already at the time you start a new Julia session, it cannot be done afterwards. See also Environment Variables · The Julia Language.

1 Like