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.
1 parent 87b1d17 commit d577e12Copy full SHA for d577e12
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
90
*
91
* Function: - seletects alltoall algorithm to use
92
* Accepts: - same arguments as MPI_Alltoall()
93
- * Returns: - MPI_SUCCESS or error code (passed from the bcast implementation)
+ * Returns: - MPI_SUCCESS or error code
94
*/
95
96
int ompi_coll_tuned_alltoall_intra_dec_fixed(const void *sbuf, int scount,
0 commit comments