浏览代码

Also dump the total number of workers

Samuel Thibault 12 年之前
父节点
当前提交
9c0ddcf062
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/workers.c

+ 1 - 1
src/core/workers.c

@@ -476,7 +476,7 @@ static void _starpu_launch_drivers(struct _starpu_machine_config *pconfig)
 
 		workerarg->status = STATUS_INITIALIZING;
 
-		_STARPU_DEBUG("initialising worker %u\n", worker);
+		_STARPU_DEBUG("initialising worker %u/%u\n", worker, nworkers);
 
 		_starpu_init_worker_queue(workerarg);