トップ 差分 一覧 ソース 検索 ヘルプ PDF RSS ログイン

アイドル状態時の対処方法

  • ジョブがアイドル状態のまま実行されない理由を確認します
$ llq -s jobID
   :
(途中省略)
   :
=======
This job step is associated with the LoadLeveler class "long".
The "maxjobs" limit of this class 2
The number of "running" job steps of this class is at the  "maxjobs" limit.
$

空き多重度がない場合に出力されるメッセージですが,順番待ちになっているので,特に処置は必要ありません.

 $ llq -s jobID
   :
(途中省略)
   :
=======
The following machine is unable to meet the requirements of Node Type 0.
cs0-cx : Consumable resource limits of "ConsumableMemory" exceeded. Total = 24576; Available = 24576; Required = (4)*(9544).
 :
 :

1ノード当たりの最大容量を超えてメモリを指定しているので,data_limit,stack_limitを適宜設定します.