소스 검색

Increase minimum disk size to be able to benchmark 64MiB transfers, not 1MiB only

Samuel Thibault 9 년 전
부모
커밋
e92090780d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/core/disk.h

+ 1 - 1
src/core/disk.h

@@ -18,7 +18,7 @@
 #ifndef __DISK_H__
 #ifndef __DISK_H__
 #define __DISK_H__
 #define __DISK_H__
 
 
-#define SIZE_DISK_MIN (1024*1024)
+#define SIZE_DISK_MIN (64*1024*1024)
 
 
 #define STARPU_DISK_ALL 1
 #define STARPU_DISK_ALL 1
 #define STARPU_DISK_NO_RECLAIM 2
 #define STARPU_DISK_NO_RECLAIM 2