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

bugfix: Default MPI Command #508

Closed
wants to merge 3 commits into from

Commits on Sep 4, 2024

  1. - Default run command fix: some systems don't allow mpirun from a log…

    …in node so default MPI command changed to ''. This might be useful for short runs.
    
    - Script reports that it adds 'xterm -e' to MPI command if not already present and debug mode turned on. User might be using a different method for debugging MPI so this info is useful to report
    scrasmussen committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    de0a9ce View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

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

Commits on Sep 6, 2024

  1. Update scm/src/run_scm.py

    New default to work on Hera. Derecho will require --mpi_command=''
    
    Co-authored-by: Michael Kavulich <[email protected]>
    scrasmussen and mkavulich authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    558011c View commit details
    Browse the repository at this point in the history