From 9dc19a306a8a3fb830bc7f5d62b239d33bae8b32 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Wed, 24 Oct 2018 18:25:41 +0200
Subject: [PATCH] Increase the default number of descriptors available

---
 runtime/starpu/control/runtime_descriptor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/starpu/control/runtime_descriptor.c b/runtime/starpu/control/runtime_descriptor.c
index f1837489c..7cb55b12a 100644
--- a/runtime/starpu/control/runtime_descriptor.c
+++ b/runtime/starpu/control/runtime_descriptor.c
@@ -31,7 +31,7 @@
  These values can be changed through the call CHAMELEON_user_tag_size(int tag_width, int tag_sep) */
 #define TAG_WIDTH_MIN 20
 static int tag_width = 31;
-static int tag_sep   = 24;
+static int tag_sep   = 20;
 static int _tag_mpi_initialized_ = 0;
 
 static inline int
-- 
GitLab