some scheduler changes and stuff

This commit is contained in:
Evghenii
2014-02-02 11:12:46 +01:00
parent 9cc204e83a
commit 3594a80e04
2 changed files with 7 additions and 12 deletions

View File

@@ -962,7 +962,7 @@ InitTaskSystem() {
inline void
TaskGroup::Launch(int baseIndex, int count) {
#pragma omp parallel for
#pragma omp parallel for schedule(guided)
for(int i = 0; i < count; i++) {
TaskInfo *ti = GetTaskInfo(baseIndex + i);