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

Reservoir coupling: Send start date from slaves to master #5521

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    13c2b43 View commit details
    Browse the repository at this point in the history
  2. Do not specify program name twice

    Do not specify slave program name twice when launching slave process
    hakonhagland committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4a472f9 View commit details
    Browse the repository at this point in the history
  3. Open MPI does not support output redirection

    Open MPI does not support output redirection for spawned child
    processes.
    hakonhagland committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    eca2e0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d29164 View commit details
    Browse the repository at this point in the history
  5. Copy command line parameters from master

    Copy command line parameters from master to slave command line. Also
    replace data file name in master argv with data file name of the slave.
    hakonhagland committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    25b6768 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a107920 View commit details
    Browse the repository at this point in the history
  7. Improved comments

    hakonhagland committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9ba43e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53667b1 View commit details
    Browse the repository at this point in the history
  9. Remove debug code

    Remove debug code that was introduced by mistake in the previous commit
    hakonhagland committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d381e7b View commit details
    Browse the repository at this point in the history
  10. Rebased, and fixed command line parsing

    Create one log file for each slave subprocess. Redirect both
    stdout and stderr to this file
    hakonhagland committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0232d34 View commit details
    Browse the repository at this point in the history
  11. Check if MPI is enabled

    Exclude the reservoir coupling stuff if MPI is not enabled
    hakonhagland committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7eb07e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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