Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
S src
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 61
    • Issues 61
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OPAL
  • src
  • Issues
  • #747

Closed
Open
Created Nov 07, 2022 by ext-rogers_c@ext-rogers_cDeveloper

OPAL hangs when running FFA in parallel

Summary

OPAL hangs when running FFA in parallel

Possible fixes

Ring::apply has a call to lossDS_m->save(); which in turn calls ippl::allreduce. This is a type of MPI reduce. At the same time, ParallelCyclotronTracker::deleteParticle calls allreduce(flagNeedUpdate, 1, std::logical_or<bool>());. So the procs can never align and we get a hang.

Fix is to call lossDS_m->save() in the Ring::finalise method, which seems to be the approach taken by Cyclotron.

Assignee
Assign to
2023.1
Milestone
2023.1
Assign milestone
Time tracking