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
c65c0b74
Commit
c65c0b74
authored
Dec 15, 2016
by
Shane Snyder
Browse files
remove dead dxt code from lustre module
parent
6806ff0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
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