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
AutoPerf
autoperf
Commits
f5daf333
Commit
f5daf333
authored
Feb 22, 2018
by
Philip Carns
Browse files
fix unused var warnings
parent
04013cda
Changes
1
Hide whitespace changes
Inline
Side-by-side
crayxc/lib/darshan-apxc.c
View file @
f5daf333
...
...
@@ -83,7 +83,6 @@ static void apxc_shutdown(MPI_Comm mod_comm, darshan_record_id *shared_recs, int
static
void
initialize_counters
(
void
)
{
int
i
;
int
r
;
int
code
=
0
;
PAPI_library_init
(
PAPI_VER_CURRENT
);
...
...
@@ -247,14 +246,12 @@ static void apxc_shutdown(
void
**
buffer
,
int
*
size
)
{
int
result
;
int
i
;
int
color
;
int
router_rank
;
int
router_count
;
int
chassis_count
;
int
group_count
;
int
r
;
int
mmode
,
rmmode
;
int
cmode
,
rcmode
;
unsigned
int
*
bitvec
;
...
...
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