Samuel Thibault 8 년 전
부모
커밋
bef9082af7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mpi/src/starpu_mpi.c

+ 1 - 1
mpi/src/starpu_mpi.c

@@ -39,7 +39,7 @@
 #include <core/task.h>
 
 /* Number of ready requests to process before polling for completed requests */
-#define NREADY_PROCESS
+#define NREADY_PROCESS 10
 
 static void _starpu_mpi_add_sync_point_in_fxt(void);
 static void _starpu_mpi_submit_ready_request(void *arg);