Skip to content

Commit 6c9d65c

Browse files
committed
coll/libnbc: fix MPI_Ireduce_scatter_block for one task communicator
Thanks Lisandro Dalcin for the report Fixes #248
1 parent 7a9b0bb commit 6c9d65c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Copyright (c) 2012 Sandia National Laboratories. All rights reserved.
99
* Copyright (c) 2013-2015 Los Alamos National Security, LLC. All rights
1010
* reserved.
11-
* Copyright (c) 2014-2015 Research Organization for Information Science
11+
* Copyright (c) 2014-2016 Research Organization for Information Science
1212
* and Technology (RIST). All rights reserved.
1313
*
1414
* Author(s): Torsten Hoefler <[email protected]>
@@ -90,9 +90,6 @@ int ompi_coll_libnbc_ireduce_scatter_block(const void* sendbuf, void* recvbuf, i
9090
OBJ_RELEASE(schedule);
9191
return res;
9292
}
93-
94-
*request = &ompi_request_empty;
95-
return OMPI_SUCCESS;
9693
}
9794

9895
for (int r = 1, firstred = 1 ; r <= maxr; ++r) {

0 commit comments

Comments
 (0)