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
sds
ssg
Commits
52118b64
Commit
52118b64
authored
Oct 12, 2017
by
Shane Snyder
Browse files
add more shutdown logic back after margo bug fix
parent
48389529
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/perf-regression/margo-p2p-latency.c
View file @
52118b64
...
...
@@ -196,16 +196,14 @@ int main(int argc, char **argv)
if
(
g_opts
.
diag_file_name
)
margo_diag_dump
(
mid
,
g_opts
.
diag_file_name
,
1
);
/* TODO: we get multiple hangs when shutting down margo/mercury/etc. using cci+verbs.
* DEBUG FURTHER.
*/
#if 0
margo_finalize
(
mid
);
HG_Context_destroy
(
hg_context
);
/* TODO: we currently get hangs in HG_Finalzie with cci+verbs */
#if 0
HG_Finalize(hg_class);
#endif
MPI_Finalize
();
ABT_finalize
();
#endif
return
0
;
}
...
...
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