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

example/stop_ensemble #458

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Dec 1, 2023

  1. A new example for having the workflow stop the workers itself. This h…

    …elps to alleviate the need to constantly check an ensemble to stop the workers when the workflow finishes. See README file for further details.
    dylancliche committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    83f4a7c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Updated

    dylancliche committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    adf5d66 View commit details
    Browse the repository at this point in the history
  2. Made general

    dylancliche committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d3ee3d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    536914f View commit details
    Browse the repository at this point in the history
  4. Updated CHANGELOG.md

    dylancliche committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    581b7fa View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Fixed a bug. Where the <targetSpecFile> would show up using scontrol …

    …show job <jobid> doesn't show up anymore. This was remedied by checking the specification filename printed at the top of the output file. This also allowed for improved robustness by doing a whole match between the and the WorkDir set in scontrol show job <jobid>.
    dylancliche committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    55ea1c0 View commit details
    Browse the repository at this point in the history