Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
eedd51e0
Commit
eedd51e0
authored
Nov 11, 2014
by
Xin Zhao
Committed by
Rob Latham
Nov 11, 2014
Browse files
Delete unused variable.
Signed-off-by:
Rob Latham
<
robl@mcs.anl.gov
>
parent
91070686
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpid/ch3/src/ch3u_rma_sync.c
View file @
eedd51e0
...
...
@@ -578,7 +578,7 @@ int MPIDI_Win_start(MPID_Group * group_ptr, int assert, MPID_Win * win_ptr)
win_ptr
->
start_grp_size
=
group_ptr
->
size
;
if
((
assert
&
MPI_MODE_NOCHECK
)
==
0
)
{
int
i
,
intra_cnt
,
inter_cnt
;
int
i
,
intra_cnt
;
MPI_Request
*
intra_start_req
=
NULL
;
MPI_Status
*
intra_start_status
=
NULL
;
MPID_Comm
*
comm_ptr
=
win_ptr
->
comm_ptr
;
...
...
@@ -626,7 +626,6 @@ int MPIDI_Win_start(MPID_Group * group_ptr, int assert, MPID_Win * win_ptr)
}
else
{
win_ptr
->
start_req
[
i
]
=
req_ptr
->
handle
;
inter_cnt
++
;
}
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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