From e55ee4f0c35048d08fc0358ed22232093a7df38f Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@mpcdf.mpg.de> Date: Thu, 4 Feb 2021 12:29:31 +0100 Subject: [PATCH] use larger string sizes for DEBUG_MSG --- cpp/base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/base.hpp b/cpp/base.hpp index 07667151..203d707c 100644 --- a/cpp/base.hpp +++ b/cpp/base.hpp @@ -39,7 +39,7 @@ ///////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////// -static const int message_buffer_length = 2048; +static const int message_buffer_length = 32768; extern int myrank, nprocs; inline int MOD(int a, int n) -- GitLab