diff TaskManager/Cell/CellTaskManagerImpl.cc @ 664:7405d92733a8

word count
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 03 Dec 2009 00:20:28 +0900
parents 7c9ded1ea750
children 3b6290c05f9f
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();