Gridengine
qsub 正在工作,但 qrsh 失敗,並且僅當使用 -l 顯式指定資源時。為什麼?
送出簡單的互動式作業以打開 shell 時出現以下錯誤:
qrsh -V -cwd -verbose -q nsnel6.q -l h_vmem=12.000G tcsh
local configuration arslox51 not defined - using global configuration Your job 8450878 ("tcsh") has been submitted waiting for interactive job to be scheduled ...timeout (5 s) expired while waiting on socket fd 4 Your "qrsh" request could not be scheduled, try again later.
在未指定資源的情況下送出作業成功。
我也檢查了資源,它們是可用的。他們有 30 多台主機,許多作業正在執行。但資源綽綽有餘。
qsub 使用相同的資源,但只有 qrsh 面臨這個問題。只有極少數情況下它在 qrsh 中工作。
與此錯誤有關
local configuration arslox51 not defined - using global configuration
嗎?還有這個錯誤是關於什麼的?我的 SGE 版本是 6.1
qrsh 失敗,因為 qsub 正在使用所有資源。
qrsh 命令可以使用 -now n 選項等待。