Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
744daf18
Commit
744daf18
authored
Oct 07, 2008
by
Rajeev Thakur
Browse files
[svn-r3244] removed extra error check
parent
f12d0f39
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpi/coll/allreduce.c
View file @
744daf18
...
...
@@ -714,10 +714,7 @@ int MPI_Allreduce ( void *sendbuf, void *recvbuf, int count,
/* now broadcast the result among local processes */
if
(
comm_ptr
->
node_comm
!=
NULL
)
{
mpi_errno
=
MPIR_Bcast
(
recvbuf
,
count
,
datatype
,
0
,
comm_ptr
->
node_comm
);
if
(
mpi_errno
)
goto
fn_fail
;
}
}
else
{
mpi_errno
=
MPIR_Allreduce
(
sendbuf
,
recvbuf
,
count
,
datatype
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment