Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
O
openmc
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Shikhar Kumar
  • openmc
  • Merge Requests
  • !851

Merged
Opened Apr 07, 2017 by Shikhar Kumar@shikhark
  • Report abuse
Report abuse

Change default optimization level for gcc

  • Overview 12
  • Commits 4
  • Changes 3

Created by: paulromano

I didn't realize until recently that not specifying optimization when using the gcc compiler defaults to no optimization at all. There is a big difference in performance when using -O2 vs -O0, so this pull request simply changes the default when compiling OpenMC with gcc to use -O2. Using -Doptimize=on will still use -O3.

Assignee
Assign to
v0.9
Milestone
v0.9
Assign milestone
Time tracking
1
Labels
Build System
Assign labels
  • View project labels
Reference: shikhark/openmc!851