From 144d8806735e2b84949479184fbb4a123d53e6f8 Mon Sep 17 00:00:00 2001
From: Brieuc Nicolas <brieuc.nicolas@inria.fr>
Date: Fri, 14 Mar 2025 15:57:49 +0100
Subject: [PATCH] fix enum definition

---
 include/chameleon/constants.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/chameleon/constants.h b/include/chameleon/constants.h
index 183e77b5e..86a47a289 100644
--- a/include/chameleon/constants.h
+++ b/include/chameleon/constants.h
@@ -295,7 +295,7 @@ typedef enum chameleon_getrf_e {
  * @brief Chameleon GETRF all reduce algorithm variants
  */
 typedef enum chameleon_getrf_allreduce_e {
-    ChamStarPUTasks,
+    ChamStarPUTasks = 0,
 } cham_getrf_allreduce_t;
 
 #define ChameleonTrd            1001
-- 
GitLab