It distributes loop iterations among threads in large, equal chunks, similar to the OpenMP "static" scheduling type with default (equal) chunk size. This is better for loops with equal-duration iterations.
INTERLEAVED
Distributes loop iterations among threads in an interleaved manner, similar to the OpenMP "static" scheduling type with chunk size 1.
This is better for loops with non-equal-duration iterations.
Generated on Tue Sep 16 22:01:58 2008 for Robotsystem of the Robot Group Leipzig by
1.4.7