Closed pavanbalaji closed 3 years ago
Hi @Sergei-Lebedev or @bureddy: Is this ready to be merged into master?
@Sergei-Lebedev can you merge?
@pavanbalaji pls rebase and I will merge
@pavanbalaji pls rebase and I will merge
@Sergei-Lebedev Done.
The OOB allgather code expects each caller process to pass in its rank, based on the API. But the current implementation simply passes "0" for all processes. This worked fine so far because none of the application codes used that value, but it could break a future code that relies on that parameter.
Signed-off-by: Pavan Balaji pavanbalaji.work@gmail.com