Visible to Intel only — GUID: GUID-4F069D56-5D5A-4C6A-9D2B-C58BC11AB5DD
Visible to Intel only — GUID: GUID-4F069D56-5D5A-4C6A-9D2B-C58BC11AB5DD
Ireduce_scatter
The benchmark for MPI_Ireduce_scatter that measures communication and computation overlap. It reduces a vector of length L = X/sizeof(float) float items. The MPI data type is MPI_FLOAT. The MPI operation is MPI_SUM. In the scatter phase, the L items are split as evenly as possible. To be exact, for np number of processes:
L = r*np+s
where
r = ⌊L/np⌋
s = L mod np
In this case, the process with rank i gets:
r+1 items when i<s
r items when is
Property |
Description |
---|---|
Measuredpattern |
MPI_Ireduce_scatter/IMB_cpu_exploit/MPI_Wait |
MPI data type |
MPI_FLOAT |
MPI operation |
MPI_SUM |
Reportedtimings |
For details, see Measuring Communication and Computation Overlap. |
Reportedthroughput |
None |