瀏覽代碼

Don't bug people with a TODO

Samuel Thibault 8 年之前
父節點
當前提交
cde2272e3d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      mpi/examples/matrix_decomposition/mpi_cholesky_codelets.c

+ 2 - 0
mpi/examples/matrix_decomposition/mpi_cholesky_codelets.c

@@ -89,7 +89,9 @@ void dw_cholesky(float ***matA, unsigned ld, int rank, int nodes, double *timing
 				starpu_matrix_data_register(&data_handles[x][y], STARPU_MAIN_RAM, (uintptr_t)matA[x][y],
 						ld, size/nblocks, size/nblocks, sizeof(float));
 			}
+#ifdef STARPU_DEVEL
 #warning TODO: make better test to only register what is needed
+#endif
 			else
 			{
 				/* I don't own that index, but will need it for my computations */