Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cristian Simarro
darshan
Commits
d0c50a3b
Commit
d0c50a3b
authored
Sep 25, 2015
by
Shane Snyder
Browse files
up maximum number of records to track
parent
550977d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/darshan-core.h
View file @
d0c50a3b
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment