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

Enable Restart Probe Files #690

Merged
merged 3 commits into from
Nov 6, 2024
Merged

Conversation

haochey
Copy link
Contributor

@haochey haochey commented Nov 5, 2024

Description

This allows data to be appended in the existing probe files instead of overwriting them when the simulation restarts.

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Scope

  • This PR comprises a set of related changes with a common goal

How Has This Been Tested?

Restart simulation and check if the previous data is still in the existing probe files.

Test Configuration:

  • What computers and compilers did you use to test this: MacOS and GCC

Checklist

  • I ran ./mfc.sh format before committing my code
  • New and existing tests pass locally with my changes, including with GPU capability enabled (both NVIDIA hardware with NVHPC compilers and AMD hardware with CRAY compilers) and disabled
  • This PR does not introduce any repeated code (it follows the DRY principle)
  • I cannot think of a way to condense this code and reduce any introduced additional line count

This allows data to be appended in the existing probe files instead of overwriting them when the simulation restarts.
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.88%. Comparing base (e2ceaf5) to head (0d69d2d).
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #690      +/-   ##
==========================================
- Coverage   42.89%   42.88%   -0.01%     
==========================================
  Files          61       61              
  Lines       16070    16073       +3     
  Branches     1799     1799              
==========================================
  Hits         6893     6893              
- Misses       8191     8194       +3     
  Partials      986      986              

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

@sbryngelson sbryngelson merged commit f94f8b7 into MFlowCode:master Nov 6, 2024
18 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants