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
Rob Latham
MPICH-BlueGene
Commits
bf7f2f7f
Commit
bf7f2f7f
authored
Jun 11, 2015
by
Xin Zhao
Committed by
Pavan Balaji
Jun 26, 2015
Browse files
Delete unnecessary progress in MPI_Win_fence.
Signed-off-by:
Pavan Balaji
<
balaji@anl.gov
>
parent
e9891eae
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpid/ch3/src/ch3u_rma_sync.c
View file @
bf7f2f7f
...
...
@@ -354,18 +354,6 @@ int MPIDI_Win_fence(int assert, MPID_Win * win_ptr)
}
}
if
(
win_ptr
->
states
.
access_state
==
MPIDI_RMA_FENCE_ISSUED
)
{
while
(
win_ptr
->
states
.
access_state
!=
MPIDI_RMA_FENCE_GRANTED
)
{
mpi_errno
=
wait_progress_engine
();
if
(
mpi_errno
!=
MPI_SUCCESS
)
MPIU_ERR_POP
(
mpi_errno
);
/* Mark that we triggered the progress engine
* in this function call. */
progress_engine_triggered
=
1
;
}
}
/* Set sync_flag in target structs. */
for
(
i
=
0
;
i
<
win_ptr
->
num_slots
;
i
++
)
{
curr_target
=
win_ptr
->
slots
[
i
].
target_list_head
;
...
...
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