当我计算到一半时,我发现运行时限制 50:00 可能还不够。所以我使用 $bstop 1234 来停止作业 1234 并尝试将旧运行时 -W 50:00 修改为 -W 100:00 你能建议一个命令吗?
我试过了
$ bmod -W 100:00 1234
Please request for a minimum of 32 cores!
For more information, please contact XXX@XXX.
Request aborted by esub. Job not modified.
$ bmod [-W 100:00| -Wn ] 1234
-bash: -Wn]: command not found
100:00[8217]: Illegal job ID.
. Job not modified.
根据
[-W [hour:]minute[/host_name | /host_model] | -Wn]
来自http://www.cisl.ucar.edu/docs/LSF/7.0.3/command_reference/bmod.cmdref.html
我不太明白语法,-Wn 是否意味着 Wall time new
非常感谢您的帮助!