SPECFEM / specfem3d

SPECFEM3D_Cartesian simulates acoustic (fluid), elastic (solid), coupled acoustic/elastic, poroelastic or seismic wave propagation in any type of conforming mesh of hexahedra (structured or not).
GNU General Public License v3.0
390 stars 223 forks source link

updated Makefile for x86-64 linux #1623

Closed arstgr closed 11 months ago

arstgr commented 11 months ago

-lpthread needed to be added, additional optimizations (-march=native and -Ofast) were also added. Results were tested to AMD zen4

codecov[bot] commented 11 months ago

Codecov Report

Patch coverage has no change and project coverage change: -0.06 :warning:

Comparison is base (d3f66cb) 48.45% compared to head (d90047d) 48.39%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #1623 +/- ## ========================================== - Coverage 48.45% 48.39% -0.06% ========================================== Files 264 266 +2 Lines 59781 60094 +313 ========================================== + Hits 28967 29083 +116 - Misses 30814 31011 +197 ``` [see 6 files with indirect coverage changes](https://app.codecov.io/gh/SPECFEM/specfem3d/pull/1623/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SPECFEM)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.