[Bug] Gres written incorrectly when using Node model and slurmconfig editor #38
Labels
Status: Triage
Analysis of issue needs to completed before work can be undertaken.
Type: Bug
Issue reports a bug, or pull request fixes a bug.
Bug Description
When using the
slurmconfig
editor with theNode
model, Gres values are written out with commas separating each character of the string.To Reproduce
Running:
produces
slurm.conf
:NodeName=ip-172-31-38-11 Gres=g,p,u,:,t,e,s,l,a,_,t,4,:,1
rather than expected:
NodeName=ip-172-31-38-11 Gres=gpu:tesla_t4:1
Environment
Running locally with the latest main commit: 60bc8e6.
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: