浏览代码

ignore race about the watchdog state, we are ok with it

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

+ 1 - 0
src/core/workers.c

@@ -483,6 +483,7 @@ static void _starpu_launch_drivers(struct _starpu_machine_config *pconfig)
 {
 	pconfig->running = 1;
 	pconfig->submitting = 1;
+	STARPU_HG_DISABLE_CHECKING(pconfig->watchdog_ok);
 
 	STARPU_PTHREAD_KEY_CREATE(&worker_key, NULL);