Skip to content
Snippets Groups Projects
Commit e55ee4f0 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

use larger string sizes for DEBUG_MSG

parent 2c959497
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment