Skip to content
GitLab
Menu
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
b6ce8a4c
Commit
b6ce8a4c
authored
Apr 21, 2015
by
Igor Ivanov
Committed by
Pavan Balaji
Apr 24, 2015
Browse files
netmod/mxm: Add barrier before mxm_ep_destroy() call
Signed-off-by:
Igor Ivanov
<
Igor.Ivanov@itseez.com
>
parent
b3a73179
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_init.c
View file @
b6ce8a4c
...
...
@@ -515,6 +515,8 @@ static int _mxm_fini(void)
if
(
_mxm_obj
.
endpoint
)
MPIU_Free
(
_mxm_obj
.
endpoint
);
_mxm_barrier
();
if
(
_mxm_obj
.
mxm_ep
)
mxm_ep_destroy
(
_mxm_obj
.
mxm_ep
);
...
...
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