diff --git a/runtime/starpu/include/chameleon_starpu.h.in b/runtime/starpu/include/chameleon_starpu.h.in index 6eceaf063d23bfda2f7e6a2eb4ea1f402f929241..8e77d14a9dea84153c6b0672d63cecb3c71ed077 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)