Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P pypocketfft
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Martin Reinecke
  • pypocketfft
  • Merge requests
  • !24

Handle exceptions thrown in parallel regions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Peter Bell requested to merge parallel-exceptions into master Aug 08, 2019
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

I was assuming that exceptions aren't thrown inside of parallel regions because IIRC OpenMP doesn't handle that properly. However, it looks like there is the possibility of bad_alloc expections being thrown by the workspace allocations.

This will propagate the exception to python instead of terminating the whole process.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: parallel-exceptions