Open k3yavi opened 7 years ago
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.
-p
You're correct, this should be fixed. It will end up using n^n threads during quantification I believe.
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.