diff TaskManager/Cell/CellTaskManagerImpl.cc @ 1061:ca73615ab585 draft

command option name changed (spuidle -> speidle)
author tkaito@henri
date Wed, 15 Dec 2010 18:18:36 +0900
parents b4b35255a99c
children 4d79aed93a07
line wrap: on
line diff
--- a/TaskManager/Cell/CellTaskManagerImpl.cc	Wed Dec 15 18:00:05 2010 +0900
+++ b/TaskManager/Cell/CellTaskManagerImpl.cc	Wed Dec 15 18:18:36 2010 +0900
@@ -129,7 +129,7 @@
 
 
 void
-debug_check_spu_idle(QueueInfo<HTask> * activeTaskQueue)
+debug_check_spe_idle(QueueInfo<HTask> * activeTaskQueue)
 {
 	printf("spu_idle : size=%d \n", activeTaskQueue->length());
 	HTask *task = activeTaskQueue->getFirst();
@@ -152,7 +152,7 @@
 	    poll();
 	} while (ppeManager->activeTaskQueue->empty() && spe_running >0 );
       if (spe_running < spu_limit) {
-	debug_check_spu_idle(ppeManager->activeTaskQueue);
+	debug_check_spe_idle(ppeManager->activeTaskQueue);
 	} 
     } while (!ppeManager->activeTaskQueue->empty() || 
 	!activeTaskQueue->empty() ||