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

Login Node Implementation for slurm #445

Merged
merged 2 commits into from
Aug 2, 2021
Merged

Conversation

DeepikaKrishnaiah
Copy link
Collaborator

Issues Resolved by this Pull Request

Fixes #444

Description of the Solution

  1. A separate node created for login node
  2. Login node has the same configuration as a compute node with slurmd.service running
  3. New role start_workers_service added - This role takes care of updating copies of updated slurm.conf to all the compute nodes and login node.
  4. serial: 1 added in start_worker role. Without this slurm.conf was updating incorrectly since ansible executes in parallel on multiple remote nodes. Now slurm.conf is updated uniquely on each compute node and login node and the same copy is placed in all nodes of the cluster(manager, compute and login node) with login node info.

Suggested Reviewers

@lwilson @j0hnL

@j0hnL j0hnL merged commit b24716b into dell:devel Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Login Node Implementation for slurm
3 participants