Actions
Feature #23110
closedAdd SLURM.SbatchGPUArguments configuration
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Dispatchers
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
This works akin to LSF.BsubGPUArguments: these are arguments added to the sbatch command line when the container requires at least one GPU. The immediate use case is to be able to submit these jobs to a dedicated compute partition.
Updated by Brett Smith 7 months ago
- Related to Feature #23091: Unify SLURM (SbatchArgumentsList) and LSF (BsubArgumentsList) configuration style added
Updated by Brett Smith 7 months ago
- Target version set to Development 2025-09-03
- Assigned To set to Tom Clegg
Updated by Tom Clegg 7 months ago
23110-sbatch-gpu-arguments @ fb4e16081885f62ad74f5a299a911bffd8dbdfec -- developer-run-tests: #4857
- All agreed upon points are implemented / addressed. Describe changes from pre-implementation design.
- ✅ added SLURM.SbatchGPUArgumentsList config
- ✨ Named that way to match existing SbatchArgumentsList instead of BsubGPUArguments.
- Anything not implemented (discovered or discussed during work) has a follow-up story.
- n/a
- Code is tested and passing, both automated and manual, what manual testing was done is described.
- ✅ Updated GPU test case
- The tested code incorporates recent main branch changes.
- ✅
- New or changed UI/UX has gotten feedback from stakeholders.
- n/a
- Documentation has been updated.
- n/a
- Behaves appropriately at the intended scale (describe intended scale).
- n/a
- Considered backwards and forwards compatibility issues between client and server.
- n/a
- Follows our coding standards and GUI style guidelines.
- ✅
Updated by Brett Smith 7 months ago
Tom Clegg wrote in #note-7:
23110-sbatch-gpu-arguments @ fb4e16081885f62ad74f5a299a911bffd8dbdfec -- developer-run-tests: #4857
LGTM, thanks.
Updated by Tom Clegg 7 months ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|0b09ed0d1c75ca6fdeeab6cd5f9a44d28502252a.
Actions