Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M MPICH-BlueGene
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

xgitlab.cels.anl.gov is now deprecated. If you're a project owner and wish to continue to host this project in CELS gitlab, see https://help.cels.anl.gov/docs/migrating-from-legacy-to-gce/gitlab/ for instructions on how to have your project migrated to the new gitlab server.

This server will be retired on December 15, 2022.

  • Rob Latham
  • MPICH-BlueGene
  • Repository

Switch branch/tag
  • MPICH-BlueGene
  • src
  • mpi
  • coll
  • allreduce.c
Find file BlameHistoryPermalink
  • Lisandro Dalcin's avatar
    Better implementation of MPI_Allreduce for intercommunicator. · c8435ec4
    Lisandro Dalcin authored Jun 26, 2014 and Sangmin Seo's avatar Sangmin Seo committed Jun 26, 2014
    
    
    The patch provides a better implementation where each group does a
    intra-reduce concurrently, exchanges the reduce result, and broadcasts
    in the group. The current implementation had a problem of serializing
    intra-reduces of each group.
    
    Fixes ticket #2074.
    Signed-off-by: Sangmin Seo's avatarSangmin Seo <sseo@anl.gov>
    c8435ec4

Replace allreduce.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.