Adding time to a running slurm job

后端 未结 1 840
借酒劲吻你
借酒劲吻你 2020-12-28 11:28

I have a job running a linux machine managed by slurm. Now that the job is running for a few hours I realize that I underestimated the time required for it to finish and thu

1条回答
  •  庸人自扰
    2020-12-28 12:20

    Use the scontrol command to modify a job

    scontrol update jobid= TimeLimit=

    Requires admin privileges on some machines.

    0 讨论(0)
提交回复
热议问题