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
9a434788
Commit
9a434788
authored
Jul 21, 2017
by
Philip Carns
Browse files
workaround finalize hang for now
parent
3b5d7678
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/perf-regression/margo-p2p-latency.c
View file @
9a434788
...
...
@@ -157,7 +157,12 @@ int main(int argc, char **argv)
ssg_finalize
();
margo_finalize
(
mid
);
HG_Context_destroy
(
hg_context
);
/* TODO: debug this further later; HG_Finalize() always hangs at this point
* when using CCI/verbs right now.
*/
#if 0
HG_Finalize(hg_class);
#endif
MPI_Finalize
();
ABT_finalize
();
...
...
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