On 14/09/15 10:52, Bernd Schmidt wrote:
I'm curious why
this would be a param rather than a -f option.

Hi Bernd,

parloops-chunk-size is also a param, so I think it would make sense to have parloops-schedule as a param as well.
[ So, in order for parloops to generate:
    #pragma omp for schedule(dynamic,100)
  we specify on the command line:
    --param parloops-schedule=dynamic --param parloops-chunk-size=100 ]

But in general, I don't really know how I should choose between:
* --param parm=<parmvalues>, and
* -fparm=<parmvalues>.

Thanks,
- Tom

Reply via email to