isolator icon indicating copy to clipboard operation
isolator copied to clipboard

Exhaustively using all the CPU threads

Open k3yavi opened this issue 8 years ago • 1 comments

Hi,

While running isolator we have observed that in the optimization and sampling stage of the tool it is exhaustively using all the threads available in the system bypassing the command line input provided using the -p flag.

k3yavi avatar Jan 06 '17 17:01 k3yavi

You're correct, this should be fixed. It will end up using n^n threads during quantification I believe.

dcjones avatar Jan 13 '17 03:01 dcjones