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
95c5bbba
Commit
95c5bbba
authored
Apr 12, 2011
by
David Goodell
Browse files
[svn-r8405] update URL for Rabenseifner's reduce in reduce.c and allreduce.c
The old one was stale and yielded a 404. No reviewer.
parent
8abd7c1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/mpi/coll/allreduce.c
View file @
95c5bbba
...
...
@@ -52,7 +52,7 @@ MPIR_Op_check_dtype_fn *MPIR_Op_check_dtype_table[] = {
For long messages and for builtin ops and if count >= pof2 (where
pof2 is the nearest power-of-two less than or equal to the number
of processes), we use Rabenseifner's algorithm (see
http://www.hlrs.de/
organization/par/services/models/
mpi/myreduce.html
).
http://www.hlrs.de/mpi/myreduce.html).
This algorithm implements the allreduce in two steps: first a
reduce-scatter, followed by an allgather. A recursive-halving
algorithm (beginning with processes that are distance 1 apart) is
...
...
src/mpi/coll/reduce.c
View file @
95c5bbba
...
...
@@ -210,7 +210,7 @@ fn_fail:
}
/* An implementation of Rabenseifner's reduce algorithm (see
http://www.hlrs.de/
organization/par/services/models/
mpi/myreduce.html).
http://www.hlrs.de/mpi/myreduce.html).
This algorithm implements the reduce in two steps: first a
reduce-scatter, followed by a gather to the root. A
...
...
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