Re: [Cocci] [PATCH 2/4] coccicheck: enable paramap support

From: Julia Lawall
Date: Sat Jun 11 2016 - 01:55:25 EST




On Sat, 11 Jun 2016, SF Markus Elfring wrote:

> > Also enable the load balancing to be dynamic, so that
> > if a thread finishes early we keep feeding it.
>
> Is this functionality influenced by the parameter "chunksize"?

Yes, without chunksize the distribution of work to processes is static.

julia