Summary: | Constraint parenthesis within brackets not working as expected | ||
---|---|---|---|
Product: | Slurm | Reporter: | Steve Ford <fordste5> |
Component: | Scheduling | Assignee: | Marshall Garey <marshall> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | 3 - Medium Impact | ||
Priority: | --- | CC: | bart, cinek |
Version: | 21.08.8 | ||
Hardware: | Linux | ||
OS: | Linux | ||
See Also: |
https://bugs.schedmd.com/show_bug.cgi?id=10707 https://bugs.schedmd.com/show_bug.cgi?id=8957 https://bugs.schedmd.com/show_bug.cgi?id=7378 |
||
Site: | MSU | Alineos Sites: | --- |
Atos/Eviden Sites: | --- | Confidential Site: | --- |
Coreweave sites: | --- | Cray Sites: | --- |
DS9 clusters: | --- | HPCnow Sites: | --- |
HPE Sites: | --- | IBM Sites: | --- |
NOAA SIte: | --- | NoveTech Sites: | --- |
Nvidia HWinf-CS Sites: | --- | OCF Sites: | --- |
Recursion Pharma Sites: | --- | SFW Sites: | --- |
SNIC sites: | --- | Tzag Elita Sites: | --- |
Linux Distro: | --- | Machine Name: | |
CLE Version: | Version Fixed: | 23.02.1 23.11.0rc1 | |
Target Release: | --- | DevPrio: | --- |
Emory-Cloud Sites: | --- | ||
Attachments: | Slurm Configuration |
Description
Steve Ford
2023-03-13 13:04:06 MDT
Created attachment 29300 [details]
Slurm Configuration
Hi Steve, The parentheses inside of brackets are supposed to work as you expect them to. I can reproduce this. The parentheses inside the brackets is OR'ing its nodes with everything that came before it. A quick solution is to *prepend* your job submission script's constraint instead of *append*. By putting your job submission script's constraint before the user's, the user's constraints are AND'd afterward. Can you let me know if this fixes your issue? I'm looking into a solution. Hello Marshall, Prepending the bracketed constraint instead of appending them does resolve this issue for us. Thanks! Steve Hi Steve, We have fixed this in commits 1faa51ef69..dedd9f6fcc. They'll be part of 23.02.1. I'm closing this as fixed. |