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
  • Rob Latham
  • MPICH-BlueGene
  • Repository

Switch branch/tag
  • MPICH-BlueGene
  • test
  • mpi
  • rma
  • reqops.c
Find file BlameHistoryPermalink
  • Min Si's avatar
    Bug-fix: use normal PUT/ACC + FLUSH in req ops test. · 6e8bc706
    Min Si authored Oct 31, 2014
    
    
    In reqops.c, the ring communication test assumes remote
    completion after MPI_RPut/MPI_Racc + MPI_Wait, which
    is not correct. MPI_Wait only guarantees local completion.
    
    Here we fixed it by replace MPI_Rput/MPI_Racc + MPI_Wait
    with MPI_Put/MPI_Acc + MPI_Win_flush.
    Signed-off-by: default avatarXin Zhao <xinzhao3@illinois.edu>
    6e8bc706

Replace reqops.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.