From ac8d3ccce2013895e021ee4b695ab51f1a3fc7fa Mon Sep 17 00:00:00 2001
From: SYLVAND Guillaume <guillaume.sylvand@airbus.com>
Date: Thu, 22 Dec 2016 16:02:48 +0100
Subject: [PATCH] Remove 'execution_rank' in ztpqrt and ztpmqrt

---
 runtime/starpu/codelets/codelet_ztpmqrt.c | 3 ---
 runtime/starpu/codelets/codelet_ztpqrt.c  | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/runtime/starpu/codelets/codelet_ztpmqrt.c b/runtime/starpu/codelets/codelet_ztpmqrt.c
index 7afc9e1bf..382d64d00 100644
--- a/runtime/starpu/codelets/codelet_ztpmqrt.c
+++ b/runtime/starpu/codelets/codelet_ztpmqrt.c
@@ -61,9 +61,6 @@ void MORSE_TASK_ztpmqrt( const MORSE_option_t *options,
             STARPU_SCRATCH,   options->ws_worker,
             STARPU_PRIORITY,  options->priority,
             STARPU_CALLBACK,  callback,
-#if defined(CHAMELEON_USE_MPI)
-            STARPU_EXECUTE_ON_NODE, execution_rank,
-#endif
 #if defined(CHAMELEON_CODELETS_HAVE_NAME)
             STARPU_NAME, "ztpmqrt",
 #endif
diff --git a/runtime/starpu/codelets/codelet_ztpqrt.c b/runtime/starpu/codelets/codelet_ztpqrt.c
index 06ee745ed..7c00226bb 100644
--- a/runtime/starpu/codelets/codelet_ztpqrt.c
+++ b/runtime/starpu/codelets/codelet_ztpqrt.c
@@ -53,9 +53,6 @@ void MORSE_TASK_ztpqrt( const MORSE_option_t *options,
             STARPU_SCRATCH,   options->ws_worker,
             STARPU_PRIORITY,  options->priority,
             STARPU_CALLBACK,  callback,
-#if defined(CHAMELEON_USE_MPI)
-            STARPU_EXECUTE_ON_NODE, execution_rank,
-#endif
 #if defined(CHAMELEON_CODELETS_HAVE_NAME)
             STARPU_NAME, "ztpqrt",
 #endif
-- 
GitLab