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

Add "Dynamic Rupture" to the Proxy #954

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

davschneller
Copy link
Contributor

@davschneller davschneller commented Sep 13, 2023

As the title says, this PR adds the dynamic rupture computation to the proxy. For that, we also add a new parameter specifying the fault type. For now, no FLOP/s nor bytes numbers are reported, but merely the computational time.

@codecov-commenter
Copy link

codecov-commenter commented Sep 13, 2023

Codecov Report

Merging #954 (ec35e5b) into master (6366ff9) will decrease coverage by 0.29%.
Report is 15 commits behind head on master.
The diff coverage is 0.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master     #954      +/-   ##
==========================================
- Coverage   14.43%   14.14%   -0.29%     
==========================================
  Files         253      253              
  Lines       14179    14735     +556     
==========================================
+ Hits         2047     2085      +38     
- Misses      12132    12650     +518     
Files Changed Coverage Δ
auto_tuning/proxy/src/proxy_common.hpp 0.00% <ø> (ø)
auto_tuning/proxy/src/proxy_main.cpp 0.00% <0.00%> (ø)
auto_tuning/proxy/src/proxy_seissol.cpp 0.00% <0.00%> (ø)
auto_tuning/proxy/src/proxy_seissol_allocator.hpp 0.00% <0.00%> (ø)
auto_tuning/proxy/src/proxy_seissol_bytes.hpp 0.00% <0.00%> (ø)
auto_tuning/proxy/src/proxy_seissol_flops.hpp 0.00% <0.00%> (ø)
...uto_tuning/proxy/src/proxy_seissol_integrators.hpp 0.00% <0.00%> (ø)

... and 22 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@davschneller davschneller marked this pull request as ready for review September 19, 2023 15:35
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.

None yet

2 participants