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

Create a client for communicating with a Slurm node via SSH. #1389

Merged
merged 17 commits into from
Feb 7, 2025
Merged

Conversation

taenin
Copy link
Collaborator

@taenin taenin commented Feb 6, 2025

Description

Establish a client for communicating with a Slurm head node. This is the first PR in a series that will add Slurm support in oumi launch.

We launch jobs with

  • sbatch ...

List jobs with

  • sacct ...

And cancel jobs with

  • scancel ...

Verified on our local Slurm cluster.

Related issues

Towards #1382

Before submitting

  • This PR only changes documentation. (You can ignore the following checks in that case)
  • Did you read the contributor guideline Pull Request guidelines?
  • Did you link the issue(s) related to this PR in the section above?
  • Did you add / update tests where needed?

Reviewers

At least one review from a member of oumi-ai/oumi-staff is required.

@taenin taenin marked this pull request as ready for review February 6, 2025 02:57
Copy link
Contributor

@wizeng23 wizeng23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a comment mentioning what form of testing has been done?

@taenin taenin merged commit 8a0fcd2 into main Feb 7, 2025
2 checks passed
@taenin taenin deleted the taenin/slurm branch February 7, 2025 00:11
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.

3 participants