We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3221782 + 5c28139 commit b851d2fCopy full SHA for b851d2f
ompi/mca/hook/comm_method/hook_comm_method_fns.c
@@ -525,11 +525,6 @@ ompi_report_comm_methods(int called_from_location)
525
526
// Each host leader fills in a "numhosts" sized array method[] of
527
// how it communicates with each peer.
528
- // Use a bitmap to keep track of which communication methods are used
529
- n = ((comm_method_string_conversion.n + 7) / 8) * sizeof(unsigned char);
530
- methods_used = malloc(n);
531
- memset(methods_used, 0, n);
532
-
533
for (i=0; i<nleaderranks; ++i) {
534
method[i] = comm_method(leader_comm, i);
535
0 commit comments