Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
b547fbfe
Commit
b547fbfe
authored
May 18, 2016
by
Glenn K. Lockwood
Browse files
replaced the dummy counter with some real counters to describe file geometry on Lustre
parent
01bc23aa
Changes
1
Show whitespace changes
Inline
Side-by-side
darshan-lustre-log-format.h
View file @
b547fbfe
...
...
@@ -12,8 +12,16 @@
/* TODO: add integer counters here (e.g., counter for stripe width, stripe size, etc etc) */
#define LUSTRE_COUNTERS \
/* dummy counter */
\
X(LUSTRE_TEST_COUNTER) \
/* number of OSTs for file system */
\
X(LUSTRE_OSTS) \
/* number of MDTs for file system */
\
X(LUSTRE_MDTS) \
/* bytes per stripe for file */
\
X(LUSTRE_STRIPE_SIZE) \
/* number of stripes (OSTs) for file */
\
X(LUSTRE_STRIPE_WIDTH) \
/* index of first OST for file */
\
X(LUSTRE_STRIPE_OFFSET) \
/* end of counters */
\
X(LUSTRE_NUM_INDICES)
...
...
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