Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Cristian Simarro
darshan
Commits
c95a5d88
Commit
c95a5d88
authored
Jan 24, 2017
by
Glenn K. Lockwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
darshan-runtime/lib/darshan-lustre.c
darshan-runtime/lib/darshan-lustre.c
+3
-0
No files found.
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
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