소스 검색

Handle tasks with more than 4GiB data (who knows...)

Samuel Thibault 11 년 전
부모
커밋
0994bcef27
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/datawizard/coherency.c

+ 1 - 1
src/datawizard/coherency.c

@@ -724,7 +724,7 @@ int _starpu_fetch_task_input(struct _starpu_job *j)
 	int workerid = starpu_worker_get_id();
 
 #ifdef STARPU_USE_FXT
-	unsigned total_size = 0;
+	unsigned long total_size = 0;
 #endif
 
 	unsigned index;