Skip to content

Commit ad2e1a5

Browse files
committed
coll/base: silence CID 1362613 in ompi_coll_base_alltoall_intra_basic_linear()
1 parent 80b267a commit ad2e1a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mca/coll/base/coll_base_alltoall.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ int ompi_coll_base_alltoall_intra_basic_linear(const void *sbuf, int scount,
659659
* the error after we free everything. */
660660

661661
err = ompi_request_wait_all(nreqs, req, MPI_STATUSES_IGNORE);
662+
if (MPI_SUCCESS != err) { line = __LINE__; goto err_hndl; }
662663

663664
err_hndl:
664665
if( MPI_SUCCESS != err ) {

0 commit comments

Comments
 (0)