Browse Source

Don't bug people with a TODO

Samuel Thibault 8 years ago
parent
commit
cde2272e3d
1 changed files with 2 additions and 0 deletions
  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],
 				starpu_matrix_data_register(&data_handles[x][y], STARPU_MAIN_RAM, (uintptr_t)matA[x][y],
 						ld, size/nblocks, size/nblocks, sizeof(float));
 						ld, size/nblocks, size/nblocks, sizeof(float));
 			}
 			}
+#ifdef STARPU_DEVEL
 #warning TODO: make better test to only register what is needed
 #warning TODO: make better test to only register what is needed
+#endif
 			else
 			else
 			{
 			{
 				/* I don't own that index, but will need it for my computations */
 				/* I don't own that index, but will need it for my computations */