1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

slurmのジョブの名前を長めに表示する

Last updated at Posted at 2019-05-29

概要

投げたジョブの名前が短すぎて、後ろの方まで確認ができないときがある。
ジョブの名前すべてを表示する方法を調べた

ジョブの終了待ちなどで、必要なときがあるかもしれない。

まとめ

ユーザー名が hogehoge が投げたジョブの名前を48文字分表示する。

squeue -O name:48 -u hogehoge

ヘッダー行がいらないなら

squeue -O name:48 -u hogehoge -h
1
1
1

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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?