Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cristian Simarro
darshan
Commits
c95a5d88
Commit
c95a5d88
authored
Jan 24, 2017
by
Glenn K. Lockwood
Browse files
fixes
#214
(LOV_MAX_STRIPE_COUNT not exposed in lustre_user.h for Lustre < 2.4)
parent
2b1649df
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-lustre.c
View file @
c95a5d88
...
...
@@ -47,6 +47,9 @@ static int my_rank = -1;
#define LUSTRE_LOCK() pthread_mutex_lock(&lustre_runtime_mutex)
#define LUSTRE_UNLOCK() pthread_mutex_unlock(&lustre_runtime_mutex)
#ifndef LOV_MAX_STRIPE_COUNT
/* for Lustre < 2.4 */
#define LOV_MAX_STRIPE_COUNT 2000
#endif
void
darshan_instrument_lustre_file
(
const
char
*
filepath
,
int
fd
)
{
struct
lustre_record_ref
*
rec_ref
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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