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

Deploy topology.conf unconditionally #53

Merged
merged 2 commits into from
Feb 15, 2024
Merged

Commits on Jan 26, 2024

  1. Deploy topology.conf unconditionally

    srun will fail if slurm.conf defines use of a topology plugin
    but topology.conf does not exist on login nodes. Previously,
    topology.conf was only deployed to slurmd and slurmctld nodes.
    
    ```
    $ srun -c 1 -n 1 --mem 1g --pty bash
    srun: error: s_p_parse_file: cannot stat file /etc/slurm/topology.conf: No such file or directory, retrying in 1sec up to 60sec
    srun: fatal: something wrong with opening/reading /etc/slurm/topology.conf: No such file or directory
    ```
    
    This change removes the conditional and deploys topology.conf to all
    nodes.
    
    Fixes treydock#52
    optiz0r committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3aa59aa View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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