no message
This commit is contained in:
@@ -233,7 +233,7 @@ public:
|
||||
if (checkKilled()) {
|
||||
printf("killed\n");
|
||||
|
||||
while (activeTasks) {
|
||||
while (busyKernels) {
|
||||
printf("waiting for activeTasks %lu\n", activeTasks);
|
||||
checkTasksFinish(activeTaskSet, toDel, activeTasks, done, busyKernels, buf);
|
||||
Utils::Sleep(5);
|
||||
@@ -289,9 +289,7 @@ public:
|
||||
activeTasks--;
|
||||
done += task->getKernels();
|
||||
busyKernels -= task->getKernels();
|
||||
#if DEB
|
||||
printf(" done task with %d kernels and id %ld\n", task->getKernels(), task->getId());
|
||||
#endif
|
||||
buf += to_string(task->getId()) + " " + string(task->printState().getCharArray()) + " " + to_string(task->getTotalTime()) + "\n";
|
||||
//copy after end of while
|
||||
//task->copyResults(pathRes);
|
||||
|
||||
Reference in New Issue
Block a user