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

Flush and close output files that are full #3032

Merged
merged 8 commits into from
Oct 17, 2024

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    463ffbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b3a4b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. If output file has reached the maximum number of steps than close it.

    This commit addresses an issue with empty output files that should have
    been flushed and closed.  If the simulation exits abnormally before a
    file has been flushed then the file will be empty.
    
    Before, we left it up to SCORPIO to decide the optimal time to flush
    output.  In this commit we force a file that is full, i.e. max_snapshots
    has been reached, to be flushed and closed before moving on.  This
    should ensure that all full files are written before any chance of an
    abnormal exit.
    AaronDonahue committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e871e77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9d8bc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eabd70f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    488c789 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c99a7d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    033d31e View commit details
    Browse the repository at this point in the history