Browse Source

no need to bug people about our index inversion :)

Samuel Thibault 8 years ago
parent
commit
2d65ddb36a
1 changed files with 4 additions and 0 deletions
  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),