소스 검색

no need to bug people about our index inversion :)

Samuel Thibault 8 년 전
부모
커밋
2d65ddb36a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      mpi/examples/mpi_lu/pxlu_implicit.c

+ 4 - 0
mpi/examples/mpi_lu/pxlu_implicit.c

@@ -56,7 +56,9 @@ static void create_task_11(unsigned k)
 
 static void create_task_12(unsigned k, unsigned j)
 {
+#ifdef STARPU_DEVEL
 #warning temporary fix 
+#endif
 	starpu_mpi_task_insert(MPI_COMM_WORLD,
 			       //&STARPU_PLU(cl12),
 			       &STARPU_PLU(cl21),
@@ -76,7 +78,9 @@ static void create_task_12(unsigned k, unsigned j)
 
 static void create_task_21(unsigned k, unsigned i)
 {
+#ifdef STARPU_DEVEL
 #warning temporary fix 
+#endif
 	starpu_mpi_task_insert(MPI_COMM_WORLD,
 			       //&STARPU_PLU(cl21),
 			       &STARPU_PLU(cl12),