1
1

coll-portals4: allreduce: remove extra %d from error message.

Этот коммит содержится в:
Todd Kordenbrock 2015-10-07 14:24:34 -05:00
родитель 1929bb02ff
Коммит f33b0c1cdf

Просмотреть файл

@ -265,7 +265,7 @@ allreduce_kary_tree_top(const void *sendbuf, void *recvbuf, int count,
ompi_coll_portals4_get_peer(comm, child[i]),
mca_coll_portals4_component.pt_idx,
match_bits_rtr, 0, NULL, 0)) != PTL_OK)
return opal_stderr("Put RTR failed %d", __FILE__, __LINE__, ret);
return opal_stderr("Put RTR failed", __FILE__, __LINE__, ret);
}
}
}