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
47e41161
Commit
47e41161
authored
Oct 05, 2017
by
Shane Snyder
Browse files
temporary workarounds for hangs on cci
parent
75242a7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/perf-regression/margo-p2p-latency.c
View file @
47e41161
...
...
@@ -196,16 +196,16 @@ int main(int argc, char **argv)
if
(
g_opts
.
diag_file_name
)
margo_diag_dump
(
mid
,
g_opts
.
diag_file_name
,
1
);
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.
/* 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);
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