You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the grainsize is nr_cells / nr_worker_threads. This results is too large tasks for the worker_threads. Depending on the algorithm, some workers might be finished while others have lots of work remaining. Smaller grains will result in the work being more evenly distributed over the workers.
The text was updated successfully, but these errors were encountered:
By default, the grainsize is nr_cells / nr_worker_threads. This results is too large tasks for the worker_threads. Depending on the algorithm, some workers might be finished while others have lots of work remaining. Smaller grains will result in the work being more evenly distributed over the workers.
The text was updated successfully, but these errors were encountered: