If I run from my laptop and use s to forward a by'' section to a 64-core server, it runs single-threaded.
On the other hand, if I run by'' directly on the server, it runs multicore. I suspect this has to do with environment variables, but I use the same .bashrc on both systems so I'm not sure. We may be breaking stuff if we forward and overwrite $PATH (are we getting the wrong python3 and libs?).
If I run from my laptop and use
sto forward aby''section to a 64-core server, it runs single-threaded.On the other hand, if I run
by''directly on the server, it runs multicore. I suspect this has to do with environment variables, but I use the same.bashrcon both systems so I'm not sure. We may be breaking stuff if we forward and overwrite$PATH(are we getting the wrongpython3and libs?).