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
d9f0e856
Commit
d9f0e856
authored
Aug 02, 2019
by
Sudheer Chunduri
Browse files
fixing a typo bug
parent
20e67718
Changes
1
Hide whitespace changes
Inline
Side-by-side
crayxc/lib/darshan-apxc.c
View file @
d9f0e856
...
...
@@ -333,7 +333,7 @@ static void apxc_shutdown(
memset
(
bitvec
,
0
,
bitlen
);
ublade
=
uchassis
*
16
+
apxc_runtime
->
blade
;
idx
=
ublade
/
bitcnt
;
bitvec
[
idx
]
|=
(
1
<<
u
chassis
%
bitcnt
);
bitvec
[
idx
]
|=
(
1
<<
u
blade
%
bitcnt
);
PMPI_Reduce
((
my_rank
?
bitvec
:
MPI_IN_PLACE
),
bitvec
,
bitsiz
,
...
...
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