Skip to content

Commit fbed6df

Browse files
committed
coll/base: fix a typo
typo was introduced in c98e97a
1 parent 0da1374 commit fbed6df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mca/coll/base/coll_base_util.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* University of Stuttgart. All rights reserved.
1010
* Copyright (c) 2004-2005 The Regents of the University of California.
1111
* All rights reserved.
12-
* Copyright (c) 2014-2015 Research Organization for Information Science
12+
* Copyright (c) 2014-2016 Research Organization for Information Science
1313
* and Technology (RIST). All rights reserved.
1414
* $COPYRIGHT$
1515
*
@@ -64,7 +64,7 @@ int ompi_coll_base_sendrecv_nonzero_actual( void* sendbuf, size_t scount,
6464

6565
if (0 != nreqs) {
6666
err = ompi_request_wait_all( nreqs, reqs, statuses );
67-
if( MPI_ERR_IN_STATUS == err ) { line == __LINE__;
67+
if( MPI_ERR_IN_STATUS == err ) { line = __LINE__;
6868
/* As we use wait_all we will get MPI_ERR_IN_STATUS which is not an error
6969
* code that we can propagate up the stack. Instead, look for the real
7070
* error code from the MPI_ERROR in the status.

0 commit comments

Comments
 (0)