On my Mac computer, Sys.CPU_THREADS=16, but in the terminal, sysctl -n hw.ncpu=24, which really implies I have 48 threads. I’m trying to use Distributed’s addprocs()=addprocs(Sys.CPU_THREADS) command, but it seems to not capture all available threads. I’m not pointing fingers at any package or bug, I’m just trying to find what I’m misunderstanding.