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
e1067ecb
Commit
e1067ecb
authored
Nov 03, 2010
by
William Gropp
Browse files
[svn-r7411] Added warning about Op_table entries
parent
4180d6e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpi/coll/allreduce.c
View file @
e1067ecb
...
...
@@ -22,6 +22,8 @@
#undef MPI_Allreduce
#define MPI_Allreduce PMPI_Allreduce
/* The order of entries in this table must match the definitions in
mpi.h.in */
MPI_User_function
*
MPIR_Op_table
[]
=
{
MPIR_MAXF
,
MPIR_MINF
,
MPIR_SUM
,
MPIR_PROD
,
MPIR_LAND
,
MPIR_BAND
,
MPIR_LOR
,
MPIR_BOR
,
...
...
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