Skip to content

GitLab

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

Merged
Created Jul 20, 2017 by Misbah Mubarak@mubarakOwner

Opt mode fix

  • Overview 0
  • Commits 2
  • Changes 4

Fixing optimistic mode with MPI simulation layer. Few of the traces were giving unmatched sends/receive errors with wait operations. The issue was that the simulated request IDs had to follow the same order when restored in optimistic mode. In forward mode, we search and then delete from the list so the order shouldn't matter but somehow it was causing issues with reverse handlers.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: opt-mode-fix