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
Please register or sign in to comment
Use schedule(static, 100), to reduce overhead with small graphs in the majority of cases.