| Summary: | Scheduling issue | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Gin Tan <gin.tan> |
| Component: | Scheduling | Assignee: | Director of Support <support> |
| Status: | RESOLVED INFOGIVEN | QA Contact: | |
| Severity: | 3 - Medium Impact | ||
| Priority: | --- | ||
| Version: | 18.08.6 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | Monash University | Alineos Sites: | --- |
| Atos/Eviden Sites: | --- | Confidential Site: | --- |
| Coreweave sites: | --- | Cray Sites: | --- |
| DS9 clusters: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | --- |
| Machine Name: | CLE Version: | ||
| Version Fixed: | Target Release: | --- | |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
|
Description
Gin Tan
2019-09-23 02:43:09 MDT
The error message "ignore nice set request on JobId" occurs when the job's priority has already been manually set, either at submission or via scontrol. In other words, if the job's priority was already adjusted by an administrator then adjusting the "nice" value will have no effect and is ignored. Do you know if this job's priority was manually adjusted? We haven't changed the priority for the job and renice was the attempt.
Further to that, when we tried to see the priority of his jobs with sprio, it returns with no job.
09:16:00 m3-login1:~ ctan$ sprio -u abut0011
JOBID PARTITION USER PRIORITY AGE FAIRSHARE JOBSIZE PARTITION QOS
09:16:20 m3-login1:~ ctan$ man sprio
09:16:46 m3-login1:~ ctan$ squeue -u abut0011
JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON)
11349763 comp MyJob abut0011 PD 0:00 1 (Priority)
11349781 comp MyJob abut0011 PD 0:00 1 (Priority)
His jobs are in the queue with the squeue & scontrol command.
Based on the man page, by default, sprio return information for all pending jobs, is there a reason why the jobs 11349763 & 11349781 aren't showing in the command?
09:19:59 m3-login1:~ ctan$ sprio -j 11349763
Unable to find jobs matching user/id(s) specified
09:20:01 m3-login1:~ ctan$ sprio -j 11349781
Unable to find jobs matching user/id(s) specified
If the job had a manual priority set then it also would not show up in sprio. It looks like in the case for job 11349763 the priority was set by an administrator to "18000" specifically (a nice even number too). We will be updating the documentation to note that jobs with a manual priority are not displayed in sprio. Is there anything else that we can help with on this ticket? |