From d0c50a3bf55e23d64e08fb37e53466e1e2c6ab63 Mon Sep 17 00:00:00 2001 From: Shane Snyder Date: Fri, 25 Sep 2015 01:21:25 +0000 Subject: [PATCH] up maximum number of records to track --- darshan-runtime/darshan-core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darshan-runtime/darshan-core.h b/darshan-runtime/darshan-core.h index 7437c4f..a0e49cf 100644 --- a/darshan-runtime/darshan-core.h +++ b/darshan-runtime/darshan-core.h @@ -26,7 +26,7 @@ /* Environment variable to override __DARSHAN_MEM_ALIGNMENT */ #define DARSHAN_MEM_ALIGNMENT_OVERRIDE "DARSHAN_MEMALIGN" -#define DARSHAN_CORE_MAX_RECORDS 1024 +#define DARSHAN_CORE_MAX_RECORDS 4096 /* TODO: revisit this default size if we change memory per module */ #define DARSHAN_CORE_COMP_BUF_SIZE (2 * 1024 * 1024) -- 2.26.2