浏览代码

By default, the MPI lib will not create a progression thread to poll all the
time.

Cédric Augonnet 15 年之前
父节点
当前提交
d9661118a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mpi/starpu_mpi.c

+ 1 - 1
mpi/starpu_mpi.c

@@ -21,7 +21,7 @@
 
 /* TODO find a better way to select the polling method (perhaps during the
  * configuration) */
-//#define USE_STARPU_ACTIVITY	1
+#define USE_STARPU_ACTIVITY	1
 
 static void submit_mpi_req(void *arg);
 static void handle_request_termination(struct starpu_mpi_req_s *req);