From d577e12dd0d327d2485b22502de0a2c8eb32db2c Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Fri, 3 Jun 2016 00:57:31 +0900 Subject: [PATCH] Fix comment. --- ompi/mca/coll/tuned/coll_tuned_decision_fixed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/coll/tuned/coll_tuned_decision_fixed.c b/ompi/mca/coll/tuned/coll_tuned_decision_fixed.c index a80e1ff963..3d289a9759 100644 --- a/ompi/mca/coll/tuned/coll_tuned_decision_fixed.c +++ b/ompi/mca/coll/tuned/coll_tuned_decision_fixed.c @@ -90,7 +90,7 @@ ompi_coll_tuned_allreduce_intra_dec_fixed(const void *sbuf, void *rbuf, int coun * * Function: - seletects alltoall algorithm to use * Accepts: - same arguments as MPI_Alltoall() - * Returns: - MPI_SUCCESS or error code (passed from the bcast implementation) + * Returns: - MPI_SUCCESS or error code */ int ompi_coll_tuned_alltoall_intra_dec_fixed(const void *sbuf, int scount,