LoginSignup
0
0

More than 5 years have passed since last update.

GridEngine で、キューを追加する

Last updated at Posted at 2016-06-15

概要

GridEngine にキューを追加したいので、調べてみた。

結論

qconf -aq キューの名前

このコマンドを実行すると、エディタが起動する。

実行ホストを追加する。

マシンをそのまま追加するときは、

hostlist

を編集する

編集する

qconf -mq 編集したいキュー

実際に使ってみて確認

ジョブを投げる

echo "hostname" | qsub -q 追加したキュー

出力

Your job 144 ("STDIN") has been submitted

確認1、実行が終わる前まで

qstat -j 144

確認2,実行がおわったあと

qacct -j 144

queue, hostname などを確認する

その他

キューの一覧を見る

qconf -sql

参考情報

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0