Measuring Communication and Computation Overlap
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Measuring Pure Communication Time
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Iallgather
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Iallgather_pure
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Iallgatherv
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Iallgatherv_pure
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Iallreduce
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Iallreduce_pure
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Ialltoall
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Ialltoall_pure
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Ialltoallv
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Ialltoallv_pure
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Ibarrier
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Ibarrier_pure
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Ibcast
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Ibcast_pure
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Igather
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Igather_pure
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Igatherv
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Igatherv_pure
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Ireduce
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Ireduce_pure
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Ireduce_scatter
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Ireduce_scatter_pure
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Iscatter
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Iscatter_pure
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Iscatterv
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Iscatterv_pure
                                                    
                                                    
                                                
                                            
                                        Gatherv
The benchmark for the MPI_Gatherv function.
All processes input X bytes. The root process receives X*np bytes, where np is the number of processes. The root of the operation is changed round-robin.
| Property | Description | 
|---|---|
| Measured pattern | MPI_Gatherv | 
| MPI data type | MPI_BYTE | 
| Root | i%num_procs in iteration i | 
| Reported timings | Bare time | 
| Reported throughput | None |