From acc3a22c11573423c05ce6cdb1eb2fd523320085 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Sun, 4 Dec 2022 21:32:10 +0100
Subject: [PATCH] starpu: remove useless undef

---
 runtime/starpu/include/chameleon_starpu.h.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/runtime/starpu/include/chameleon_starpu.h.in b/runtime/starpu/include/chameleon_starpu.h.in
index 9b7d355b9..2b3671aa7 100644
--- a/runtime/starpu/include/chameleon_starpu.h.in
+++ b/runtime/starpu/include/chameleon_starpu.h.in
@@ -105,7 +105,6 @@ typedef struct starpu_option_request_s {
 #endif
 
 #if defined(CHAMELEON_USE_MPI)
-#undef STARPU_REDUX
 
 #if defined(CHAMELEON_RUNTIME_SYNC)
 #define rt_starpu_insert_task( _codelet_, ... )                         \
-- 
GitLab