I think VS Code can control the number of threads in the settings. I am not in front of my computer so So can’t tell you precisely which, but open the settings and you will find it.
This thread is really helpful, and led me to the environment settings in VS code where I have changed the thread number to 4, for user and workspace. However, julia is apparently still using one thread. I
have closed and reopened VS code, closed all the julia files in VS code, then closed and reopened VS code, but without anything improving. Setings shows 4 threads but Threads.nthreads() still shows 1.
Pretty sure I’m being stupid, can anyone help me!?
I managed to “somehow” install VSCode on our remote server under JupiterHub… but the num thread option doesn’t compare in the settings… where could I did wrong ?