diff --git a/runtime/starpu/codelets/codelet_zlacpy.c b/runtime/starpu/codelets/codelet_zlacpy.c
index daa6ba6bb6e64349c4f5b37a17c7fc979b6e1e9a..4d4f1018582d90182eb246f0a5fac8615222b0ac 100644
--- a/runtime/starpu/codelets/codelet_zlacpy.c
+++ b/runtime/starpu/codelets/codelet_zlacpy.c
@@ -149,7 +149,7 @@ void INSERT_TASK_zlacpyx( const RUNTIME_option_t *options,
     if ( (uplo == ChamUpperLower) &&
          (tileA->m == m) && (tileA->n == n) &&
          (tileB->m == m) && (tileB->n == n) &&
-         (displA == 0) && (displB == 0) )
+         (displA == 0) && (displB == 0) && 0 )
     {
 #if defined(CHAMELEON_USE_MPI)
         insert_task_zlacpy_on_remote_node( options,
@@ -225,7 +225,7 @@ void INSERT_TASK_zlacpy( const RUNTIME_option_t *options,
     /* Insert the task */
     if ( (uplo == ChamUpperLower) &&
          (tileA->m == m) && (tileA->n == n) &&
-         (tileB->m == m) && (tileB->n == n) )
+         (tileB->m == m) && (tileB->n == n) && 0 )
     {
 #if defined(CHAMELEON_USE_MPI)
         insert_task_zlacpy_on_remote_node( options,