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
72
Issues
72
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
c65c0b74
Commit
c65c0b74
authored
Dec 15, 2016
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove dead dxt code from lustre module
parent
6806ff0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
darshan-runtime/lib/darshan-lustre.c
darshan-runtime/lib/darshan-lustre.c
+0
-25
No files found.
darshan-runtime/lib/darshan-lustre.c
View file @
c65c0b74
...
...
@@ -177,31 +177,6 @@ void darshan_instrument_lustre_file(const char* filepath, int fd)
return
;
}
/* DXT */
#if 0
void dxt_get_lustre_stripe_info(
darshan_record_id rec_id,
struct dxt_file_record *file_rec)
{
struct lustre_record_ref *rec_ref;
int ost_ids_size = 0;
rec_ref = darshan_lookup_record_ref(lustre_runtime->record_id_hash,
&rec_id, sizeof(darshan_record_id));
if(!rec_ref) {
return;
}
file_rec->stripe_count = rec_ref->record->counters[LUSTRE_STRIPE_WIDTH];
file_rec->stripe_size = rec_ref->record->counters[LUSTRE_STRIPE_SIZE];
ost_ids_size = file_rec->stripe_count * sizeof(OST_ID);
file_rec->ost_ids = (OST_ID*) malloc(ost_ids_size);
memcpy(file_rec->ost_ids, rec_ref->record->ost_ids, ost_ids_size);
}
#endif
static
void
lustre_runtime_initialize
()
{
int
lustre_buf_size
;
...
...
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