You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/zocalo/util/slurm/models.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,10 @@ class Config:
188
188
partition: Optional[str] =Field(
189
189
None, description="Request a specific partition for the resource allocation."
190
190
)
191
+
prefer: Optional[str] =Field(
192
+
None,
193
+
description="Comma delimited list of features for scheduler to prefer but not a strict requirement like a constraint. Value can be used for job submission but is only displayed for PENDING jobs.",
194
+
)
191
195
priority: Optional[str] =Field(
192
196
None, description="Request a specific job priority."
0 commit comments