Skip to content

Add Slurm backend#4009

Open
un-def wants to merge 2 commits into
masterfrom
issue_4008_slurm_backend
Open

Add Slurm backend#4009
un-def wants to merge 2 commits into
masterfrom
issue_4008_slurm_backend

Conversation

@un-def

@un-def un-def commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Closes: #4008

@un-def un-def requested review from peterschmidt85 and r4victor July 6, 2026 13:05

@r4victor r4victor left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@un-def, Have you tested running fat ML images on Slurm? I think enroot may take quite a long time to convert images to squashfs. I'd bump get_provisioning_timeout(), e.g. from 10m to 20m.

if not cpus_raw:
cpus_raw = node_dict.get("cputot")
if not cpus_raw:
raise SlurmClientError("Failed to detect CPU count")

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

ValueError?

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.

[Feature]: Support Slurm backend

2 participants