Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SWIFTsim SWIFTsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 57
    • Issues 57
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • SWIFT
  • SWIFTsimSWIFTsim
  • Merge requests
  • !28

Cleaned out the OpenMP statements

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Matthieu Schaller requested to merge no_openmp into master Aug 20, 2015
  • Overview 2
  • Commits 4
  • Changes

Removed all the OpenMP pragmas, OpenMP functions and header inclusions. Also replaced the associated atomic operations with normal operations.

There might have been some race condition problems in some routines of space.c where some non-atomic operations were performed in critical parts of the code. Not sure whether it was actually a problem.

Closes issue #20 (closed).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: no_openmp