Accumulate#
This is the benchmark for the MPI_Accumulate
function. It reduces a
vector of length L = x/sizeof(float)
of float items. The MPI data
type is MPI_FLOAT
. The MPI operation is MPI_SUM
. See the basic
definitions and a schematic view of the pattern below.
Accumulate Definition#
Property |
Description |
---|---|
Measured pattern |
As symbolized between |
MPI data type |
|
MPI operation |
|
Root |
0 |
Reported timings |
|
Reported throughput |
None |
Accumulate Pattern#
