diff TaskManager/Cell/CellTaskManagerImpl.cc @ 664:beb0f17c19f9 draft

word count
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 03 Dec 2009 00:20:28 +0900 (2009-12-02)
parents 7ba4ad4538b1
children 27fec8c70c9c
line wrap: on
line diff
--- a/TaskManager/Cell/CellTaskManagerImpl.cc	Wed Dec 02 22:20:32 2009 +0900
+++ b/TaskManager/Cell/CellTaskManagerImpl.cc	Thu Dec 03 00:20:28 2009 +0900
@@ -30,7 +30,7 @@
 {
     spe_running = 0;
     taskListImpl = new CellTaskListInfo;
-    taskListImpl->init(machineNum*2);
+    taskListImpl->init(16);
 
     activeTaskQueue = new HTaskInfo();