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
73
Issues
73
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
21c1b5d0
Commit
21c1b5d0
authored
Feb 24, 2016
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup bgq module to use fs_info struct
parent
ffeeed89
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
darshan-bgq-log-format.h
darshan-bgq-log-format.h
+0
-1
darshan-runtime/lib/darshan-bgq.c
darshan-runtime/lib/darshan-bgq.c
+2
-3
No files found.
darshan-bgq-log-format.h
View file @
21c1b5d0
...
...
@@ -69,7 +69,6 @@ struct darshan_bgq_record
{
darshan_record_id
f_id
;
int64_t
rank
;
int
alignment
;
int64_t
counters
[
BGQ_NUM_INDICES
];
double
fcounters
[
BGQ_F_NUM_INDICES
];
};
...
...
darshan-runtime/lib/darshan-bgq.c
View file @
21c1b5d0
...
...
@@ -48,7 +48,6 @@ static int instrumentation_disabled = 0;
/* my_rank indicates the MPI rank of this process */
static
int
my_rank
=
-
1
;
static
int
darshan_mem_alignment
=
1
;
/* internal helper functions for the BGQ module */
void
bgq_runtime_initialize
(
void
);
...
...
@@ -127,7 +126,7 @@ void bgq_runtime_initialize()
&
bgq_mod_fns
,
&
my_rank
,
&
mem_limit
,
&
darshan_mem_alignment
);
NULL
);
/* return if no memory assigned by darshan-core */
if
(
mem_limit
==
0
)
...
...
@@ -162,7 +161,7 @@ void bgq_runtime_initialize()
1
,
0
,
&
bgq_runtime
->
record
.
f_id
,
&
bgq_runtime
->
record
.
alignment
);
NULL
);
/* if record is set to 0, darshan-core is out of space and will not
* track this record, so we should avoid tracking it, too
...
...
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