使用问答

slurm和作业调度

当前位置: 首页 -> 使用问答 -> slurm和作业调度 -> 正文

使用scontrol 对北京大学北极星队列中等待或运行任务加时间

信息来源: 发布日期:2019-11-25

在北京大学北极星高性能计算平台中,使用squeue查看任务

比如任务132155

scontrol update JobId=132155 StartTime=now+30days

scontrol update JobId=132155 StartTime=now#马上执行 •• •正在运行的!

scontrol update jobid=JOBID TimeLimit=new_timelimit

比如你想把作业的时限设置为3天10小时则:new_timelimit写成:3-10:00:00

scontrol update jobid=JOBID TimeLimit=30-10:00:00

使用pkujob id 去看时间

(或者scontrol)