Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update XBeam version to include compiler optimisation #272

Merged
merged 11 commits into from
Dec 18, 2023

Conversation

ben-l-p
Copy link
Collaborator

@ben-l-p ben-l-p commented Dec 6, 2023

Updated XBeam to change compile flags used in GFortran. The -ftree-parallelize-loops=4 optimisation flag was found to make the beam solver take considerably longer to run than without it. The -ofast flag was added as this should increase performance in some cases with no noticeable impact on results.

ben-l-p and others added 2 commits November 2, 2023 10:13
@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b938c5f) 67.69% compared to head (5cc72d7) 67.70%.
Report is 48 commits behind head on develop.

❗ Current head 5cc72d7 differs from pull request most recent head 5a92f77. Consider uploading reports for the commit 5a92f77 to get more accurate results

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #272   +/-   ##
========================================
  Coverage    67.69%   67.70%           
========================================
  Files          166      166           
  Lines        26709    26710    +1     
========================================
+ Hits         18081    18083    +2     
+ Misses        8628     8627    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@sduess sduess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Ben! Thanks a lot for spotting and speeding up the code.

@sduess sduess merged commit a9dae9c into develop Dec 18, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants