My KMP builds completely max my CPU -- any way to reduce this on my local machine? I've tried `--max...
m
My KMP builds completely max my CPU -- any way to reduce this on my local machine? I've tried
--max-workers 2
but even that still does it. PC is quality -- 8 CPUs i7 processor
p
Depends. The framework linking is always non parallel. Besides that modularizing will utilize more cores if you have many independent units
m
Yeah we're highly modular in this library but we should be able to configure how many cores we use, no?