ソースを参照

One might also be idle, etc.

Samuel Thibault 8 年 前
コミット
df8c22e411
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      src/datawizard/data_request.c

+ 0 - 1
src/datawizard/data_request.c

@@ -216,7 +216,6 @@ int _starpu_wait_data_request_completion(struct _starpu_data_request *r, unsigne
 	if (worker)
 	{
 		old_status = worker->status ;
-		STARPU_ASSERT(old_status == STATUS_UNKNOWN || old_status == STATUS_WAITING);
 		_starpu_set_worker_status(worker, STATUS_WAITING);
 	}