Open zxj5470 opened 5 years ago
We need to Run environment variable like
using Distributed
println(Threads.nthreads())
when I set an environment variable,such as JULIA_NUM_THREADS
, to 12
It'll become like this:
But our plugin doesn't load it:
I think that's because you're modifying env var in your bashrc, which is ignored by IntelliJ's ProcessWrapper
.
No,it's Windows. And JULIA_NUM_THREADS is an All user environment variable.
woc
Well,all user environment variable is different from current user……But we still need to append some variables when running.
I will take care of this, don't worry
Java Application :
Our Run configuration :