Change OpenMP schedule directive to 'static' instead of 'dynamic'
Use schedule(static, 100), to reduce overhead with small graphs in the majority of cases.
Showing
Use schedule(static, 100), to reduce overhead with small graphs in the majority of cases.