[Darshan-commits] [Darshan] branch, dev-modular, updated. darshan-2.3.1-190-gd0c50a3
Service Account
git at mcs.anl.gov
Thu Sep 24 20:22:01 CDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, dev-modular has been updated
via d0c50a3bf55e23d64e08fb37e53466e1e2c6ab63 (commit)
from 550977d1a68c464b873b2b6f1a321062c59abf71 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d0c50a3bf55e23d64e08fb37e53466e1e2c6ab63
Author: Shane Snyder <snyder at cetuslac1.fst.alcf.anl.gov>
Date: Fri Sep 25 01:21:25 2015 +0000
up maximum number of records to track
-----------------------------------------------------------------------
Summary of changes:
darshan-runtime/darshan-core.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Diff of changes:
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)
hooks/post-receive
--
More information about the Darshan-commits
mailing list