I remeber I used "/Qpar-threshold" option in Version 11.0 to control the threshold of automatic parallelization.However, the latest compiler doesn't support it.
In particular, I need to disable any cost-benefit analysis, i.e., I want the compiler to auto-parallelize whatever it's possible regardless of the work volume. So, I specificed "/Qpar-threshold:0". But, the compiler says no such option.
1>icl : warning #10148: option '/Qpar-threshold:0' not supported
Was this option deprecated? If so, how can I set this threshold number to zero?
In addition, where can I find the current options for the compiler version 12.1. It's extremely hard to find a right document web page.
(p.s., how can I insert new line? It always makes a single line. I needed to manually insert
in the editor.)


