Skip to content

Commit

Permalink
Merge pull request open-mpi#661 from tkordenbrock/topic/fix.debug.msg
Browse files Browse the repository at this point in the history
coll-portals4: allreduce: remove extra %d from error message.
  • Loading branch information
jsquyres committed Oct 12, 2015
2 parents d5fc853 + 7aed1fa commit 9686cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ompi/mca/coll/portals4/coll_portals4_allreduce.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
Expand Down

0 comments on commit 9686cee

Please sign in to comment.