From 34bcedea31a33f51d398852fe47ee27f24e67eae Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Tue, 4 Jul 2023 16:55:12 +0200 Subject: [PATCH] starpu: Remove unused macro TASK_SYNCRHONOUS --- runtime/starpu/include/chameleon_starpu.h.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/runtime/starpu/include/chameleon_starpu.h.in b/runtime/starpu/include/chameleon_starpu.h.in index 6eceaf063..8e77d14a9 100644 --- a/runtime/starpu/include/chameleon_starpu.h.in +++ b/runtime/starpu/include/chameleon_starpu.h.in @@ -19,7 +19,7 @@ * @author Samuel Thibault * @author Loris Lucido * @author Terry Cojean - * @date 2023-07-05 + * @date 2023-07-06 * */ #ifndef _chameleon_starpu_h_ @@ -119,12 +119,6 @@ static inline int cham_to_starpu_access( cham_access_t accessA ) { /* * MPI Redefinitions */ -#if defined(CHAMELEON_RUNTIME_SYNC) -#define TASK_SYNCHRONOUS , STARPU_TASK_SYNCHRONOUS, 1 -#else -#define TASK_SYNCHRONOUS -#endif - #if defined(CHAMELEON_USE_MPI) #if defined(CHAMELEON_RUNTIME_SYNC) -- GitLab