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 54
    • Issues 54
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 18
    • Merge requests 18
  • 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
  • !442

Support for OSX

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Matthieu Schaller requested to merge pthread_barrier into master Oct 08, 2017
  • Overview 59
  • Commits 22
  • Changes 29

Implements #364 (closed). We:

  • Detect whether the POSIX library implements the barriers or not.
  • If they are implemented define the SWIFT barriers as the POSIX ones.
  • If not use an alternative, simple, implementation.
  • Be verbose about the implementation being used.
  • Update the autotools macro that sets pthread flags to the latest version. Should handle OSX in a better way.
  • Detect whether FPEs can be raised on this system and set the appropriate macro.
  • Update the INSTALL.swift with instructions for OSX.
  • Detect Skylake (mobile and desktop) and set the appropriate architecture flags.
  • Fix the dump and logger tests to write unique files to /tmp/ and delete them once done.
Edited Oct 30, 2017 by Matthieu Schaller
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: pthread_barrier